Skip to content

Commit 6d85262

Browse files
chore(deps): bump step-security/harden-runner from 2.19.0 to 2.19.1 in the ci group (#480)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ea3b4b commit 6d85262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
19+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2020
with:
2121
egress-policy: audit
2222
- name: checkout code in current PR branch
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ !github.event.pull_request.head.repo.fork }}
7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
73+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
7474
with:
7575
egress-policy: audit
7676
- name: checkout code in current PR branch

0 commit comments

Comments
 (0)