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 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
47
+ uses : github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
58
+ uses : github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
59
59
# Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
61
61
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
71
+ uses : github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
15
15
16
16
- name : Set Node.js 16
17
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
17
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
18
18
with :
19
19
node-version : 16
20
20
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
33
+ uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
60
+ uses : github/codeql-action/upload-sarif@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments