Skip to content

Commit c7a30f3

Browse files
chore(deps): update step-security/harden-runner to v2.14.2 (#354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0f363d commit c7a30f3

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# -> "piston-data.mojang.com": Downloading of the Mojang server
4444
# -> "api.minecraftservices.com": Downloading Yggdrasil public key for Reobfuscation
4545
- name: Harden runner
46-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
46+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4747
with:
4848
disable-sudo: true
4949
egress-policy: block

.github/workflows/conventional-commit.yml

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

2121
steps:
2222
- name: Harden runner
23-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2424
with:
2525
disable-sudo-and-containers: true
2626
egress-policy: block

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# -> "*.alpinelinux.org": Standard interactions with Alpine Linux package repositories
2929
# -> "cdn.fwupd.org": Firmware updates (Alpine)
3030
- name: Harden runner
31-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -90,7 +90,7 @@ jobs:
9090
# -> "*.github.qkg1.top": Standard interactions with GitHub
9191
# -> "api.github.com": Required for GitHub Pages deployment
9292
- name: Harden runner
93-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
93+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
9494
with:
9595
disable-sudo: true
9696
egress-policy: block

.github/workflows/docs-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# -> "*.alpinelinux.org": Standard interactions with Alpine Linux package repositories
2929
# -> "cdn.fwupd.org": Firmware updates (Alpine)
3030
- name: Harden runner
31-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3232
with:
3333
disable-sudo: true
3434
egress-policy: block

.github/workflows/openssf.yml

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

2323
steps:
2424
- name: Harden runner
25-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
25+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2626
with:
2727
disable-sudo: true
2828
egress-policy: block

.github/workflows/release-dry-run.yml

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

1818
steps:
1919
- name: Harden runner
20-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
20+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2121
with:
2222
disable-sudo-and-containers: true
2323
egress-policy: block

.github/workflows/release-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# -> "api.papermc.io": Dynamic retrieval of the PaperMC server
6868
# -> "api.nuget.org" & "registry.npmjs.org": Downloading semver CLI
6969
- name: Harden runner
70-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
70+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
7171
with:
7272
disable-sudo: true
7373
egress-policy: block

.github/workflows/release-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# -> "api.papermc.io": Dynamic retrieval of the PaperMC server
4949
# -> "api.nuget.org" & "registry.npmjs.org": Downloading semantic-release CLI
5050
- name: Harden runner
51-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
51+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
5252
with:
5353
disable-sudo: true
5454
egress-policy: block

0 commit comments

Comments
 (0)