Skip to content

Commit d057778

Browse files
Merge pull request #174 from lfreleng-actions/dependabot/github_actions/step-security/harden-runner-2.15.0
Chore: Bump step-security/harden-runner from 2.14.2 to 2.15.0
2 parents 56f5355 + 247f39d commit d057778

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 5
3535
steps:
3636
# yamllint disable-line rule:line-length
37-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
37+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3838
with:
3939
egress-policy: audit
4040

@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 10 # Increase this timeout value as needed
6767
steps:
6868
# yamllint disable-line rule:line-length
69-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
69+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
7070
with:
7171
egress-policy: audit
7272

@@ -126,7 +126,7 @@ jobs:
126126
timeout-minutes: 10 # Increase this timeout value as needed
127127
steps:
128128
# yamllint disable-line rule:line-length
129-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
129+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
130130
with:
131131
egress-policy: audit
132132

@@ -163,7 +163,7 @@ jobs:
163163
timeout-minutes: 10 # Increase this timeout value as needed
164164
steps:
165165
# yamllint disable-line rule:line-length
166-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
166+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
167167
with:
168168
egress-policy: audit
169169

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Harden the runner used by this workflow
4040
# yamllint disable-line rule:line-length
41-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
41+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
4242
with:
4343
egress-policy: audit
4444

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 10 # Increase this timeout value as needed
3434
steps:
3535
# yamllint disable-line rule:line-length
36-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
36+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3737
with:
3838
egress-policy: audit
3939

.github/workflows/semantic-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Harden the runner used by this workflow
2929
# yamllint disable-line rule:line-length
30-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
30+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3131
with:
3232
egress-policy: audit
3333

.github/workflows/tag-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Harden the runner used by this workflow
2727
# yamllint disable-line rule:line-length
28-
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
28+
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2929
with:
3030
egress-policy: audit
3131

0 commit comments

Comments
 (0)