File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
# Upload the results to GitHub's code scanning dashboard (optional).
53
53
- name : " Upload to code-scanning"
54
54
# yamllint disable-line rule:line-length
55
- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # 3.30.1
55
+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # 3.30.3
56
56
with :
57
57
sarif_file : results.sarif
58
58
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
52
52
- name : ' Initialize CodeQL'
53
53
# yamllint disable-line rule:line-length
54
- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
54
+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
build-mode : ${{ matrix.build-mode }}
58
58
59
59
- name : " Perform CodeQL Analysis: ${{ matrix.language }}"
60
60
# yamllint disable-line rule:line-length
61
- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
61
+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
62
62
with :
63
63
output : codeql-results # Specify the output directory for results
64
64
You can’t perform that action at this time.
0 commit comments