File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
36
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
37
37
with :
38
38
languages : python
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
41
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
42
42
with :
43
43
category : " /language:python"
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
20
+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change 53
53
retention-days : 5
54
54
55
55
- name : " Upload to code-scanning dashboard"
56
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
56
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments