File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 check :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6.0.1
10+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111 - name : Enforce Guix primary / Nix fallback
1212 run : |
1313 # Check for package manager files
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6.0.1
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232 - name : Setup Pages
3333 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3434 - name : Build with Jekyll
3737 source : ./
3838 destination : ./_site
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v4
40+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v4
4141
4242 # Deployment job
4343 deploy :
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v6.0.1
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737 - name : Setup Ruby
3838 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3939 uses : ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e
5151 JEKYLL_ENV : production
5252 - name : Upload artifact
5353 # Automatically uploads an artifact from the './_site' directory by default
54- uses : actions/upload-pages-artifact@v4
54+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v4
5555
5656 # Deployment job
5757 deploy :
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6.0.1
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
1313 - name : Check file permissions
1414 run : |
3838 docs :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v6.0.1
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4242 - name : Check documentation
4343 run : |
4444 MISSING=""
Original file line number Diff line number Diff line change 1919 antipattern-check :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6.0.1
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
2424 - name : Check for TypeScript
2525 run : |
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 security-events : write
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v6.0.1
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 persist-credentials : false
2121
2222 - name : Run Scorecard
23- uses : ossf/scorecard-action@v2.4.3
23+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
2424 with :
2525 results_file : results.sarif
2626 results_format : sarif
Original file line number Diff line number Diff line change 77 check :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6.0.1
10+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111 - name : Security checks
1212 run : |
1313 FAILED=false
Original file line number Diff line number Diff line change 2020 validate :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6.0.1
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
2525 - name : RFC 9116 security.txt validation
2626 run : |
You can’t perform that action at this time.
0 commit comments