File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
14
with :
15
15
persist-credentials : false
16
16
23
23
test :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
with :
28
28
persist-credentials : false
29
29
Original file line number Diff line number Diff line change 9
9
release :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
13
with :
14
14
persist-credentials : false
15
15
Original file line number Diff line number Diff line change @@ -26,26 +26,26 @@ jobs:
26
26
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
with :
31
31
persist-credentials : false
32
32
33
33
- name : Install the latest version of uv
34
- uses : astral-sh/setup-uv@v3
34
+ uses : astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3
35
35
36
36
- name : build site
37
37
run : make site
38
38
39
39
- name : Setup Pages
40
40
if : github.repository_owner == 'woodruffw'
41
- uses : actions/configure-pages@v5
41
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
42
42
43
43
- name : Upload artifact
44
- uses : actions/upload-pages-artifact@v3
44
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
45
45
with :
46
46
path : site_html
47
47
48
48
- name : Deploy to GitHub Pages
49
49
if : github.repository_owner == 'woodruffw'
50
50
id : deployment
51
- uses : actions/deploy-pages@v4
51
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
security-events : write
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
persist-credentials : false
21
21
- name : Setup Rust
22
- uses : actions-rust-lang/setup-rust-toolchain@v1
22
+ uses : actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1
23
23
- name : Get zizmor
24
24
run : cargo install zizmor
25
25
- name : Run zizmor 🌈
26
26
run : zizmor --format sarif . > results.sarif
27
27
env :
28
28
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Upload SARIF file
30
- uses : github/codeql-action/upload-sarif@v3
30
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
31
31
with :
32
32
sarif_file : results.sarif
33
33
category : zizmor
You can’t perform that action at this time.
0 commit comments