File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 permissions : { contents: read }
1111 steps :
12- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
12+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1313 with : { egress-policy: audit }
1414 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - run : npm ci
3636 runs-on : ubuntu-latest
3737 permissions : { contents: read }
3838 steps :
39- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
39+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
4040 with : { egress-policy: audit }
4141 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242 - run : npm ci
Original file line number Diff line number Diff line change 2323 permissions : { contents: read, security-events: write }
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
26+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2727 with : { egress-policy: audit }
2828 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with : { fetch-depth: 0 }
3535 lts :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
38+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3939 with : { egress-policy: audit }
4040 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 - run : npm ci
4545 checksums :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
48+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
4949 with : { egress-policy: audit }
5050 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151 with : { fetch-depth: 0 }
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
19+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2020 with :
2121 egress-policy : audit
2222
You can’t perform that action at this time.
0 commit comments