File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+ uses : actions/checkout@v6
13+
1314 - name : Trigger BoJ Server (Casket/ssg-mcp)
1415 run : |
1516 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
33+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
3434 with :
3535 languages : ${{ matrix.language }}
3636 build-mode : ${{ matrix.build-mode }}
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
39+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
4040 with :
4141 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
113113
114114 - name : Download artifact
115- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
115+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
116116 with :
117117 name : fireflag-extension-${{ github.sha }}
118118 path : artifacts/
Original file line number Diff line number Diff line change 2626 fetch-depth : 0 # Full history for better pattern analysis
2727
2828 - name : Setup Elixir for Hypatia scanner
29- uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.18.2
29+ uses : erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.18.2
3030 with :
3131 elixir-version : ' 1.19.4'
3232 otp-version : ' 28.3'
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121
22- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
22+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
2323 with :
2424 ssh-private-key : ${{ secrets.GITLAB_SSH_KEY }}
2525
3737 with :
3838 fetch-depth : 0
3939
40- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
40+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
4141 with :
4242 ssh-private-key : ${{ secrets.BITBUCKET_SSH_KEY }}
4343
5555 with :
5656 fetch-depth : 0
5757
58- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
58+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
5959 with :
6060 ssh-private-key : ${{ secrets.CODEBERG_SSH_KEY }}
6161
7373 with :
7474 fetch-depth : 0
7575
76- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
76+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
7777 with :
7878 ssh-private-key : ${{ secrets.SOURCEHUT_SSH_KEY }}
7979
9191 with :
9292 fetch-depth : 0
9393
94- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
94+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
9595 with :
9696 ssh-private-key : ${{ secrets.DISROOT_SSH_KEY }}
9797
@@ -109,7 +109,7 @@ jobs:
109109 with :
110110 fetch-depth : 0
111111
112- - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
112+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
113113 with :
114114 ssh-private-key : ${{ secrets.GITEA_SSH_KEY }}
115115
Original file line number Diff line number Diff line change 3131 publish_results : true
3232
3333 - name : Upload SARIF
34- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
34+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
3535 with :
3636 sarif_file : results.sarif
3737
Original file line number Diff line number Diff line change 2828 results_format : sarif
2929
3030 - name : Upload results
31- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
31+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.31.8
3232 with :
3333 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upload SARIF results
132132 if : always()
133- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
133+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
134134 with :
135135 sarif_file : svalin-results.sarif
136136 category : svalin
You can’t perform that action at this time.
0 commit comments