File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ jobs:
25
25
26
26
steps :
27
27
- name : Harden Runner
28
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
28
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
29
29
with :
30
30
egress-policy : audit
31
31
32
32
- name : Checkout repository
33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
36
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
37
37
with :
38
38
languages : python
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
41
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
42
42
with :
43
43
category : " /language:python"
Original file line number Diff line number Diff line change 24
24
steps :
25
25
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
28
28
with :
29
29
egress-policy : audit
30
30
51
51
run : python3 -m pytest --cov=staged_script example/ test/
52
52
53
53
- name : Upload coverage reports to Codecov
54
- uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
54
+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
55
55
env :
56
56
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
57
57
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Harden Runner
81
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
81
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
82
82
with :
83
83
egress-policy : audit
84
84
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Harden Runner
12
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
12
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
13
13
with :
14
14
egress-policy : audit
15
15
16
16
- name : ' Checkout Repository'
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4 .0
20
+ uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
28
28
with :
29
29
egress-policy : audit
30
30
53
53
retention-days : 5
54
54
55
55
- name : " Upload to code-scanning dashboard"
56
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
56
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
22
22
with :
23
23
egress-policy : audit
24
24
You can’t perform that action at this time.
0 commit comments