File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v3.28.1
34+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
3535 with :
3636 languages : ${{ matrix.language }}
3737 build-mode : ${{ matrix.build-mode }}
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v3.28.1
40+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
4141 with :
4242 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 4343
4444 - name : Extract metadata
4545 id : meta
46- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
46+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
4747 with :
4848 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949 tags : |
5454 type=sha
5555
5656 - name : Build and push
57- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
57+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5858 with :
5959 context : .
6060 file : ./Containerfile
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@3580539ceec3dc05b0ed51e9e10b08eb7a7c2bb4 # v1.18.2
28+ uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # 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 4141 toolchain : stable
4242
4343 - name : Cache cargo
44- uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
44+ uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
4545
4646 - name : Install dependencies
4747 run : |
Original file line number Diff line number Diff line change 1818 find . -type f -perm /111 -name "*.sh" | head -10 || true
1919
2020 - name : Check for secrets
21- uses : trufflesecurity/trufflehog@c3e599b7163e8198a55467f3133db0e7b2a492cb # v3.93.7
21+ uses : trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
2222 with :
2323 path : ./
2424 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110110
111111 - name : Download all artifacts
112- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
112+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
113113 with :
114114 path : artifacts
115115
Original file line number Diff line number Diff line change 1818 with :
1919 toolchain : stable
2020 components : rustfmt, clippy
21- - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
21+ - uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
2222
2323 - name : Check formatting
2424 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@c793b717bc78562f491db7b0e93a3a178b099162 # v3
33+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # 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@c793b717bc78562f491db7b0e93a3a178b099162 # v3.31.8
30+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
3131 with :
3232 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments