File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
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@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
47
+ uses : github/codeql-action/init@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26
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@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
58
+ uses : github/codeql-action/autobuild@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26
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@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
71
+ uses : github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
12
12
13
13
- name : Setup Node.js 16
14
- uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
14
+ uses : actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
15
15
with :
16
16
node-version : 16
17
17
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@865b4092859256271290c77adbd10a43f4779972 # tag=v2.0.3
33
+ uses : ossf/scorecard-action@e363bfca00e752f91de7b7d2a77340e2e523cb18 # tag=v2.0.4
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@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
60
+ uses : github/codeql-action/upload-sarif@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26
61
61
with :
62
62
sarif_file : results.sarif
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
25
25
26
26
- name : Setup Node.js 16
27
- uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
27
+ uses : actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
28
28
with :
29
29
node-version : 16
30
30
You can’t perform that action at this time.
0 commit comments