Skip to content

Commit

Permalink
Bump step-security/harden-runner from 2.6.0 to 2.6.1 (#1637)
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 667d849 commit a725c43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand All @@ -45,7 +45,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
egress-policy: audit

Expand Down

0 comments on commit a725c43

Please sign in to comment.