File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 # Initializes the CodeQL tools for scanning.
2121 - name : Initialize CodeQL
22- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
22+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
2323 with :
2424 languages : typescript
2525 config-file : ./.github/codeql/codeql-config.yml
3030 # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3131 # queries: security-extended,security-and-quality
3232 - name : Perform CodeQL Analysis
33- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
33+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Find Comment
19- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
19+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4
2020 id : findComment
2121 with :
2222 issue-number : ${{ github.event.issue.number }}
2525
2626 - name : Create comment
2727 if : ${{ steps.findComment.outputs.comment-id == '' && contains(github.event.label.name, 'unknown') }}
28- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
28+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
2929 with :
3030 issue-number : ${{ github.event.issue.number }}
3131 body : |
3939
4040 - name : Update comment
4141 if : ${{ steps.findComment.outputs.comment-id != '' && contains(github.event.label.name, 'priority') }}
42- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
42+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
4343 with :
4444 comment-id : ${{ steps.findComment.outputs.comment-id }}
4545 body : |
Original file line number Diff line number Diff line change 4040 publish_results : true
4141 # Upload the results to GitHub's code scanning dashboard.
4242 - name : Upload to code-scanning
43- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
43+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
4444 with :
4545 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments