File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
persist-credentials : false
16
16
17
- - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
17
+ - uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v5
18
18
19
19
- name : lint
20
20
run : make lint
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
29
with :
30
30
persist-credentials : false
31
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
31
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
32
32
if : ${{ matrix.os != 'ubuntu-latest' }}
33
33
with :
34
34
python-version : " 3.x"
84
84
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85
85
with :
86
86
persist-credentials : false
87
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
87
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
88
88
if : ${{ matrix.os != 'ubuntu-latest' }}
89
89
with :
90
90
python-version : " 3.x"
@@ -252,7 +252,7 @@ jobs:
252
252
staging : true
253
253
upload-signing-artifacts : true
254
254
internal-be-careful-debug : true
255
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
255
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
256
256
with :
257
257
name : " signing-artifacts-${{ github.job }}"
258
258
path : ./test/uploaded
Original file line number Diff line number Diff line change 22
22
persist-credentials : false
23
23
24
24
- name : Install the latest version of uv
25
- uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
25
+ uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v5
26
26
27
27
- name : Run zizmor 🌈
28
28
run : uvx zizmor --format sarif . > results.sarif
You can’t perform that action at this time.
0 commit comments