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 38
38
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
39
39
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2
41
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b
42
42
with :
43
43
languages : ${{ matrix.language }}
44
44
build-mode : ${{ matrix.build-mode }}
54
54
exit 1
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2
57
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 40
40
retention-days : 5
41
41
42
42
- name : ' Upload to Code-Scanning'
43
- uses : github/codeql-action/upload-sarif@3 .28.17 # 3.28.17
43
+ uses : github/codeql-action/upload-sarif@v3 .28.17 # 3.28.17
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments