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 23
23
with :
24
24
python-version : " 3.10"
25
25
26
- - uses : tlambert03/setup-qt-libs@v1
26
+ - uses : tlambert03/setup-qt-libs@19e4ef2d781d81f5f067182e228b54ec90d23b76 # v1
27
27
28
28
- name : Install Dependencies
29
29
run : |
32
32
sudo apt install graphviz --yes
33
33
34
34
- name : Build Docs
35
- uses : aganders3/headless-gui@v2
35
+ uses : aganders3/headless-gui@f85dd6316993505dfc5f21839d520ae440c84816 # v2
36
36
with :
37
37
run : make html
38
38
working-directory : ./docs
55
55
name : docs
56
56
57
57
- name : Push to GitHub pages
58
- uses : JamesIves/github-pages-deploy-action@v4
58
+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
59
59
with :
60
60
folder : html
61
61
ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 35
35
python-version : ${{ matrix.python-version }}
36
36
37
37
# these libraries enable testing on Qt on linux
38
- - uses : tlambert03/setup-qt-libs@v1
38
+ - uses : tlambert03/setup-qt-libs@19e4ef2d781d81f5f067182e228b54ec90d23b76 # v1
39
39
40
40
# strategy borrowed from vispy for installing opengl libs on windows
41
41
- name : Install Windows OpenGL
62
62
if : ${{ always() }}
63
63
64
64
- name : Coverage
65
- uses : codecov/codecov-action@v5
65
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
66
66
# Don't run coverage on merge queue CI to avoid duplicating reports
67
67
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
68
68
if : github.event_name != 'merge_group'
You can’t perform that action at this time.
0 commit comments