Skip to content

Commit f72041c

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update step-security/harden-runner action to v2.19.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 891330b commit f72041c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
32+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3333
if: ${{ matrix.os == 'ubuntu-latest' }}
3434
with:
3535
disable-sudo: true
@@ -57,7 +57,7 @@ jobs:
5757
name: Code Lint
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
60+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
6161
with:
6262
disable-sudo: true
6363
egress-policy: block
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
if: ${{ github.event.pull_request }}
8989
steps:
90-
- uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
90+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
9191
with:
9292
disable-sudo: true
9393
egress-policy: block
@@ -123,7 +123,7 @@ jobs:
123123
name: Lockfile Lint
124124
runs-on: ubuntu-latest
125125
steps:
126-
- uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
126+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
127127
with:
128128
disable-sudo: true
129129
egress-policy: block

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id-token: write
3333

3434
steps:
35-
- uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
35+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3636
if: ${{ matrix.os == 'ubuntu-latest' }}
3737
with:
3838
disable-sudo: true

0 commit comments

Comments
 (0)