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 19
19
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
20
# Initializes the CodeQL tools for scanning.
21
21
- name : Initialize CodeQL
22
- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
22
+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
23
23
with :
24
24
languages : typescript
25
25
config-file : ./.github/codeql/codeql-config.yml
30
30
# 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
31
31
# queries: security-extended,security-and-quality
32
32
- name : Perform CodeQL Analysis
33
- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
33
+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Find Comment
19
- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
19
+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4
20
20
id : findComment
21
21
with :
22
22
issue-number : ${{ github.event.issue.number }}
25
25
26
26
- name : Create comment
27
27
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
29
29
with :
30
30
issue-number : ${{ github.event.issue.number }}
31
31
body : |
39
39
40
40
- name : Update comment
41
41
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
43
43
with :
44
44
comment-id : ${{ steps.findComment.outputs.comment-id }}
45
45
body : |
Original file line number Diff line number Diff line change 40
40
publish_results : true
41
41
# Upload the results to GitHub's code scanning dashboard.
42
42
- name : Upload to code-scanning
43
- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3 .30.6
43
+ uses : github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments