File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
egress-policy : audit
31
31
32
32
- name : Checkout repository
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
36
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
37
37
with :
38
38
languages : python
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
41
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
42
42
with :
43
43
category : " /language:python"
Original file line number Diff line number Diff line change 28
28
egress-policy : audit
29
29
30
30
- name : Check out the commit
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
33
33
- name : Set up Python
34
34
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 14
14
egress-policy : audit
15
15
16
16
- name : ' Checkout Repository'
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
19
19
- name : ' Dependency Review'
20
20
uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 29
29
egress-policy : audit
30
30
31
31
- name : " Checkout code"
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
with :
34
34
persist-credentials : false
35
35
53
53
retention-days : 5
54
54
55
55
- name : " Upload to code-scanning dashboard"
56
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
56
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change 24
24
with :
25
25
egress-policy : audit
26
26
27
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
with :
29
29
fetch-depth : 0
30
30
token : ${{ secrets.GH_TOKEN }}
82
82
with :
83
83
egress-policy : audit
84
84
85
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86
86
with :
87
87
fetch-depth : 0
88
88
token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments