File tree Expand file tree Collapse file tree 11 files changed +29
-29
lines changed
Expand file tree Collapse file tree 11 files changed +29
-29
lines changed 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Trigger BoJ Server (Casket/ssg-mcp)
1414 run : |
1515 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2424
2525 - name : Checkout casket-ssg
26- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2727 with :
2828 repository : hyperpolymath/casket-ssg
2929 path : .casket-ssg
3030
3131 - name : Setup GHCup
32- uses : haskell-actions/setup@ec49483bfc012387b227434aba94f59a6ecd0900 # v2
32+ uses : haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2
3333 with :
3434 ghc-version : ' 9.8.2'
3535 cabal-version : ' 3.10'
3636
3737 - name : Cache Cabal
38- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
38+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3939 with :
4040 path : |
4141 ~/.cabal/packages
8282 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
8383
8484 - name : Upload artifact
85- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
85+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
8686 with :
8787 path : ' _site'
8888
Original file line number Diff line number Diff line change 1212 matrix :
1313 sanitizer : [address, undefined]
1414 steps :
15- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1616 - uses : google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
1717 with :
1818 sanitizer : ${{ matrix.sanitizer }}
2424 sanitizer : ${{ matrix.sanitizer }}
2525 mode : batch
2626 output-sarif : true
27- - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3
27+ - uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
2828 if : always()
2929 with :
3030 sarif_file : vulnerabilities.sarif
Original file line number Diff line number Diff line change 1313 matrix :
1414 sanitizer : [address, undefined]
1515 steps :
16- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1717 - uses : google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
1818 with :
1919 sanitizer : ${{ matrix.sanitizer }}
2525 sanitizer : ${{ matrix.sanitizer }}
2626 mode : code-change
2727 output-sarif : true
28- - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3
28+ - uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
2929 if : always()
3030 with :
3131 sarif_file : vulnerabilities.sarif
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.28.1
32+ uses : github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.28.1
38+ uses : github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.28.1
3939 with :
4040 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2424 with :
2525 fetch-depth : 0 # Full history for better pattern analysis
2626
2727 - name : Setup Elixir for Hypatia scanner
28- uses : erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # 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'
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Comment on PR with findings
148148 if : github.event_name == 'pull_request' && steps.scan.outputs.findings_count > 0
149- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
149+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
150150 with :
151151 script : |
152152 const fs = require('fs');
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 @@ -11,14 +11,14 @@ jobs:
1111 permissions :
1212 contents : read
1313 steps :
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
1616 - name : Check file permissions
1717 run : |
1818 find . -type f -perm /111 -name "*.sh" | head -10 || true
1919
2020 - name : Check for secrets
21- uses : trufflesecurity/trufflehog@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3.92.5
21+ uses : trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3.94.0
2222 with :
2323 path : ./
2424 base : ${{ github.event.pull_request.base.sha || github.event.before }}
4343 permissions :
4444 contents : read
4545 steps :
46- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 - name : Check documentation
4848 run : |
4949 MISSING=""
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 # v4
33+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
3434 with :
3535 sarif_file : results.sarif
3636
Original file line number Diff line number Diff line change 1616 security-events : write
1717 id-token : write
1818 steps :
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 persist-credentials : false
2222
2727 results_format : sarif
2828
2929 - name : Upload results
30- uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.31.8
30+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
3131 with :
3232 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments