File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 python-version : " 3.10"
2525
26- - uses : tlambert03/setup-qt-libs@v1
26+ - uses : tlambert03/setup-qt-libs@19e4ef2d781d81f5f067182e228b54ec90d23b76 # v1
2727
2828 - name : Install Dependencies
2929 run : |
3232 sudo apt install graphviz --yes
3333
3434 - name : Build Docs
35- uses : aganders3/headless-gui@v2
35+ uses : aganders3/headless-gui@f85dd6316993505dfc5f21839d520ae440c84816 # v2
3636 with :
3737 run : make html
3838 working-directory : ./docs
5555 name : docs
5656
5757 - name : Push to GitHub pages
58- uses : JamesIves/github-pages-deploy-action@v4
58+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
5959 with :
6060 folder : html
6161 ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 3535 python-version : ${{ matrix.python-version }}
3636
3737 # these libraries enable testing on Qt on linux
38- - uses : tlambert03/setup-qt-libs@v1
38+ - uses : tlambert03/setup-qt-libs@19e4ef2d781d81f5f067182e228b54ec90d23b76 # v1
3939
4040 # strategy borrowed from vispy for installing opengl libs on windows
4141 - name : Install Windows OpenGL
6262 if : ${{ always() }}
6363
6464 - name : Coverage
65- uses : codecov/codecov-action@v5
65+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
6666 # Don't run coverage on merge queue CI to avoid duplicating reports
6767 # to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
6868 if : github.event_name != 'merge_group'
You can’t perform that action at this time.
0 commit comments