This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
35
35
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.2
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
38
+ uses : github/codeql-action/init@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2.3.3
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
queries : +security-and-quality
42
42
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
44
+ uses : github/codeql-action/autobuild@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2.3.3
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
47
+ uses : github/codeql-action/analyze@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2.3.3
48
48
with :
49
49
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
75
+ uses : github/codeql-action/upload-sarif@6ca1aa8c195c3ca3e77c174fe0356db1bce3b319 # v2.21.1
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments