Skip to content

Commit 4eb351b

Browse files
authored
Merge pull request #214 from ropable/dependabot/github_actions/step-security/harden-runner-2.16.1
[actions] Bump step-security/harden-runner from 2.16.0 to 2.16.1
2 parents 32d2a4b + 0aef63c commit 4eb351b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Harden the GitHub runner
7979
# Make use of the Step Security Harden Runner workflow to monitor the build process.
80-
uses: step-security/harden-runner@v2.16.0
80+
uses: step-security/harden-runner@v2.16.1
8181
with:
8282
egress-policy: audit
8383

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Make use of the Step Security Harden Runner workflow to monitor the build process.
3131
#----------------------------------------------
3232
- name: Harden the GitHub runner
33-
uses: step-security/harden-runner@v2.16.0
33+
uses: step-security/harden-runner@v2.16.1
3434
with:
3535
egress-policy: audit
3636
#----------------------------------------------

0 commit comments

Comments
 (0)