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 32
32
persist-credentials : false
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
35
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
queries : +security-and-quality
41
41
- test/*
42
42
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
44
+ uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
47
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
48
48
with :
49
49
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 38
38
retention-days : 5
39
39
40
40
- name : " Upload to code-scanning"
41
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
41
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
42
42
with :
43
43
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments