File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
22
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
33
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
Original file line number Diff line number Diff line change 26
26
with :
27
27
persist-credentials : false
28
28
- name : Run analysis
29
- uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
29
+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
30
30
with :
31
31
results_file : results.sarif
32
32
results_format : sarif
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
43
+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments