File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
35+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3636 with :
3737 languages : ${{ matrix.language }}
3838 queries : +security-and-quality
4141 - test/*
4242
4343 - name : Autobuild
44- uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
44+ uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
47+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4848 with :
4949 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3838 retention-days : 5
3939
4040 - name : " Upload to code-scanning"
41- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
41+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4242 with :
4343 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1717 with :
1818 persist-credentials : false
1919
20- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
20+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
2121 with :
2222 node-version : 22
2323
Original file line number Diff line number Diff line change 4141 VALIDATE_BIOME_LINT : false
4242 VALIDATE_EDITORCONFIG : false
4343 VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
44+ VALIDATE_GIT_COMMITLINT : false
4445 VALIDATE_HTML : false
4546 VALIDATE_HTML_PRETTIER : false
4647 VALIDATE_JSCPD : false
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Set up Node.js
35- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
35+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
3636 with :
3737 node-version : ${{ matrix.node }}
3838 cache : npm
You can’t perform that action at this time.
0 commit comments