File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments