File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
41
+ uses : github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
42
42
# Override language selection by uncommenting this and choosing your languages
43
43
with :
44
44
languages : javascript
45
45
46
46
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
47
47
# If this step fails, then you should remove it and run the build manually (see below).
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
49
+ uses : github/codeql-action/autobuild@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
50
50
51
51
# ℹ️ Command-line programs to run using the OS shell.
52
52
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
60
60
# make release
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
63
+ uses : github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
Original file line number Diff line number Diff line change 35
35
persist-credentials : false
36
36
37
37
- name : Run analysis
38
- uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
38
+ uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
39
39
with :
40
40
results_file : results.sarif
41
41
results_format : sarif
65
65
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : Upload to code-scanning
68
- uses : github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
68
+ uses : github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments