File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Trigger BoJ Server (Casket/ssg-mcp)
1313 run : |
1414 # Send a secure trigger to boj-server to build this repository
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # 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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # 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 @@ -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@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
21+ uses : trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.31.8
30+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.31.8
3131 with :
3232 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : read
1212 steps :
13- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 - name : Security checks
1515 run : |
1616 FAILED=false
Original file line number Diff line number Diff line change 2323 permissions :
2424 contents : read
2525 steps :
26- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
2828 - name : RFC 9116 security.txt validation
2929 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
2727 - name : Check SPDX Headers
2828 run : |
7474 echo "$unpinned"
7575 echo ""
7676 echo "Replace version tags with SHA pins, e.g.:"
77- echo " uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.1"
77+ echo " uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.1"
7878 exit 1
7979 fi
8080 echo "All actions are SHA-pinned"
You can’t perform that action at this time.
0 commit comments