File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 sanitizer : ${{ matrix.sanitizer }}
2525 mode : batch
2626 output-sarif : true
27- - uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
27+ - uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
2828 if : always()
2929 with :
3030 sarif_file : vulnerabilities.sarif
Original file line number Diff line number Diff line change 2525 sanitizer : ${{ matrix.sanitizer }}
2626 mode : code-change
2727 output-sarif : true
28- - uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
28+ - uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
2929 if : always()
3030 with :
3131 sarif_file : vulnerabilities.sarif
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 - uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
25- - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
25+ - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
2626 - run : cargo check --workspace
2727
2828 test :
3333 steps :
3434 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 - uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
36- - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
36+ - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
3737 - run : cargo test --workspace
3838
3939 fmt :
5858 - uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
5959 with :
6060 components : clippy
61- - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
61+ - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6262 - run : cargo clippy --workspace -- -D warnings
6363
6464 build :
6969 steps :
7070 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 - uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
72- - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
72+ - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
7373 - run : cargo build --release --workspace
7474 - uses : actions/upload-artifact@v7
7575 with :
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
32+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
3333 with :
3434 languages : ${{ matrix.language }}
3535 build-mode : ${{ matrix.build-mode }}
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
38+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
3939 with :
4040 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2525 fetch-depth : 0 # Full history for better pattern analysis
2626
2727 - name : Setup Elixir for Hypatia scanner
28- uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.18.2
28+ uses : erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.18.2
2929 with :
3030 elixir-version : ' 1.19.4'
3131 otp-version : ' 28.3'
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
21+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
2222 with :
2323 ssh-private-key : ${{ secrets.GITLAB_SSH_KEY }}
2424
3636 with :
3737 fetch-depth : 0
3838
39- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
39+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
4040 with :
4141 ssh-private-key : ${{ secrets.BITBUCKET_SSH_KEY }}
4242
5454 with :
5555 fetch-depth : 0
5656
57- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
57+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
5858 with :
5959 ssh-private-key : ${{ secrets.CODEBERG_SSH_KEY }}
6060
7272 with :
7373 fetch-depth : 0
7474
75- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
75+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
7676 with :
7777 ssh-private-key : ${{ secrets.SOURCEHUT_SSH_KEY }}
7878
9090 with :
9191 fetch-depth : 0
9292
93- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
93+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
9494 with :
9595 ssh-private-key : ${{ secrets.DISROOT_SSH_KEY }}
9696
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 fetch-depth : 0
110110
111- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
111+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
112112 with :
113113 ssh-private-key : ${{ secrets.GITEA_SSH_KEY }}
114114
Original file line number Diff line number Diff line change 1919 - uses : dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
2020 with :
2121 components : rustfmt, clippy
22- - uses : Swatinem/rust-cache@ad397744b0d591a723ab90405b7247fac0e6b8db # v2
22+ - uses : Swatinem/rust-cache@85fb4247b71961ec8fe7c885c0814d47486c6ce0 # v2
2323
2424 - name : Check formatting
2525 run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 3030 publish_results : true
3131
3232 - name : Upload SARIF
33- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
33+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
3434 with :
3535 sarif_file : results.sarif
3636
Original file line number Diff line number Diff line change 2727 results_format : sarif
2828
2929 - name : Upload results
30- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
30+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.31.8
3131 with :
3232 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments