Skip to content

Commit 685809f

Browse files
authored
Merge pull request #1056 from Linuxfabrik/dependabot/github_actions/step-security/harden-runner-2.16.1
chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1
2 parents 232ba49 + 372210f commit 685809f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

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

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
44+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
4545
with:
4646
egress-policy: audit
4747

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
20+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
2121
with:
2222
egress-policy: audit
2323

.github/workflows/lf-build-linux-aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Transform the space‐separated string into a valid JSON array using shell commands (with sed),
3030
# then pass that result as an output to be used in the matrix of a subsequent job.
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
32+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
3333
with:
3434
egress-policy: audit
3535

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Harden the runner (Audit all outbound calls)
59-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
59+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
6060
with:
6161
egress-policy: audit
6262

.github/workflows/lf-build-linux-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Transform the space‐separated string into a valid JSON array using shell commands (with sed),
3030
# then pass that result as an output to be used in the matrix of a subsequent job.
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
32+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
3333
with:
3434
egress-policy: audit
3535

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Harden the runner (Audit all outbound calls)
59-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
59+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
6060
with:
6161
egress-policy: audit
6262

.github/workflows/lf-build-windows-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- 'windows-2025' # https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md
3030
steps:
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
32+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
3333
with:
3434
egress-policy: audit
3535

.github/workflows/scorecard.yml

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

3131
steps:
3232
- name: Harden Runner
33-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
33+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
3434
with:
3535
egress-policy: audit
3636

0 commit comments

Comments
 (0)