File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 check :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v6
88 - name : Enforce Guix primary / Nix fallback
99 run : |
1010 # Check for package manager files
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - name : Build with Jekyll
3636 source : ./
3737 destination : ./_site
3838 - name : Upload artifact
39- uses : actions/upload-pages-artifact@v3
39+ uses : actions/upload-pages-artifact@v4
4040
4141 # Deployment job
4242 deploy :
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Setup SSH
27- uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
27+ uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
2828 with :
2929 ssh-private-key : ${{ secrets.GITLAB_SSH_KEY }}
3030
@@ -49,12 +49,12 @@ jobs:
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
52+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
5353 with :
5454 fetch-depth : 0
5555
5656 - name : Setup SSH
57- uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
57+ uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
5858 with :
5959 ssh-private-key : ${{ secrets.BITBUCKET_SSH_KEY }}
6060
Original file line number Diff line number Diff line change 55 lint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99
1010 - name : Check file permissions
1111 run : |
3535 docs :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - name : Check documentation
4040 run : |
4141 MISSING=""
Original file line number Diff line number Diff line change 1616 antipattern-check :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Check for TypeScript
2222 run : |
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 security-events : write
1515 id-token : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 persist-credentials : false
2020
2121 - name : Run Scorecard
22- uses : ossf/scorecard-action@v2.3.1
22+ uses : ossf/scorecard-action@v2.4.3
2323 with :
2424 results_file : results.sarif
2525 results_format : sarif
2626
2727 - name : Upload results
28- uses : github/codeql-action/upload-sarif@v3
28+ uses : github/codeql-action/upload-sarif@v4
2929 with :
3030 sarif_file : results.sarif
Original file line number Diff line number Diff line change 44 check :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v6
88 - name : Security checks
99 run : |
1010 FAILED=false
Original file line number Diff line number Diff line change 1717 validate :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
2222 - name : RFC 9116 security.txt validation
2323 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
25+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
2626
2727 - name : Check SPDX Headers
2828 run : |
7272 echo "$unpinned"
7373 echo ""
7474 echo "Replace version tags with SHA pins, e.g.:"
75- echo " uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1"
75+ echo " uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.1.1"
7676 exit 1
7777 fi
7878 echo "All actions are SHA-pinned"
You can’t perform that action at this time.
0 commit comments