File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
28
28
steps :
29
29
- name : Harden Runner
30
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
31
31
with :
32
32
egress-policy : audit
33
33
34
34
- name : Checkout repository
35
35
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
38
+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
43
+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
44
44
with :
45
45
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
27
27
with :
28
28
egress-policy : audit
29
29
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Harden Runner
81
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
81
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
12
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13
13
with :
14
14
egress-policy : audit
15
15
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
27
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
56
+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
24
24
with :
25
25
egress-policy : audit
26
26
31
31
32
32
- name : Python Semantic Release
33
33
id : release
34
- uses : python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10.4.0
34
+ uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1
35
35
with :
36
36
git_committer_email :
" [email protected] "
37
37
git_committer_name : " semantic-release"
78
78
79
79
steps :
80
80
- name : Harden Runner
81
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
81
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
82
82
with :
83
83
egress-policy : audit
84
84
@@ -100,7 +100,7 @@ jobs:
100
100
path : dist
101
101
102
102
- name : Publish to GitHub Releases
103
- uses : python-semantic-release/publish-action@4681bbe581b99f950d7b6f14599870b6a117fdc1 # v10.4.0
103
+ uses : python-semantic-release/publish-action@ae6462adc12bd3d1738070d784b65b5189b955a9 # v10.4.1
104
104
with :
105
105
github_token : ${{ secrets.GH_TOKEN }}
106
106
You can’t perform that action at this time.
0 commit comments