File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : ⬇️ Checkout
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222 with :
2323 persist-credentials : false
2424
2525 - name : Install, build, and upload your site
26- uses : withastro/action@2226b5671ff302b175d9843add614af27e60bbfc # v5.0.0
26+ uses : withastro/action@9811f9299d5d37ca0416ca85cee333c7c9485cd1 # v5.0.1
2727
2828 deploy :
2929 needs : build
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626 with :
2727 persist-credentials : false
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
30+ uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
3131 with :
3232 languages : ' javascript'
3333 queries : +security-and-quality
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
36+ uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : ${{ github.actor != 'dependabot[bot]' }}
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717 with :
1818 persist-credentials : false
1919
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout Code
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false
4040 LOG_LEVEL : NOTICE
4141 SUPPRESS_POSSUM : true
4242 VALIDATE_ALL_CODEBASE : false
43+ VALIDATE_BIOME_FORMAT : false
44+ VALIDATE_BIOME_LINT : false
4345 VALIDATE_BASH : false
4446 VALIDATE_CHECKOV : false
4547 VALIDATE_CSS : false
You can’t perform that action at this time.
0 commit comments