Skip to content

Commit a75b0c6

Browse files
authored
Merge pull request #1815 from zabbix/dependabot/github_actions/step-security/harden-runner-2.14.0
Bump step-security/harden-runner from 2.13.1 to 2.14.0
2 parents 50b0272 + a333b4c commit a75b0c6

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
21+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2222
with:
2323
disable-sudo: true
2424
egress-policy: block

.github/workflows/dockerhub_description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- web-service
4949
steps:
5050
- name: Block egress traffic
51-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
51+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
5252
with:
5353
disable-sudo: true
5454
egress-policy: block

.github/workflows/images_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
sha_short: ${{ steps.branch_info.outputs.sha_short }}
6565
steps:
6666
- name: Block egress traffic
67-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
67+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6868
with:
6969
disable-sudo: true
7070
egress-policy: block
@@ -176,7 +176,7 @@ jobs:
176176
attestations: write
177177
steps:
178178
- name: Block egress traffic
179-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
179+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
180180
with:
181181
disable-sudo: true
182182
egress-policy: audit
@@ -465,7 +465,7 @@ jobs:
465465
attestations: write
466466
steps:
467467
- name: Block egress traffic
468-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
468+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
469469
with:
470470
disable-sudo: true
471471
egress-policy: block
@@ -732,7 +732,7 @@ jobs:
732732
attestations: write
733733
steps:
734734
- name: Block egress traffic
735-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
735+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
736736
with:
737737
disable-sudo: true
738738
egress-policy: block

.github/workflows/images_build_rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
secret_prefix: ${{ steps.branch_info.outputs.secret_prefix }}
7373
steps:
7474
- name: Block egress traffic
75-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
75+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7676
with:
7777
disable-sudo: true
7878
egress-policy: block

.github/workflows/images_build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
sha_short: ${{ steps.branch_info.outputs.sha_short }}
6161
steps:
6262
- name: Block egress traffic
63-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
63+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6464
with:
6565
disable-sudo: true
6666
egress-policy: block

.github/workflows/rhel_registry_description.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
zabbix_release: ${{ steps.branch_info.outputs.zabbix_release }}
3535
steps:
3636
- name: Block egress traffic
37-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
37+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3838
with:
3939
disable-sudo: true
4040
egress-policy: block
@@ -98,7 +98,7 @@ jobs:
9898
component: ${{ fromJson(needs.init.outputs.components) }}
9999
steps:
100100
- name: Block egress traffic
101-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
101+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
102102
with:
103103
disable-sudo: true
104104
egress-policy: block

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
36+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3737
with:
3838
egress-policy: audit
3939

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Block egress traffic
47-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
47+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4848
with:
4949
egress-policy: audit
5050

0 commit comments

Comments
 (0)