From 0c73326fbbb541bb5a78701ac5a3121e4d601ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:46:15 +0100 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.0.0 to 2.1.0 (#23) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/go.yml | 8 ++++---- .github/workflows/security.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f69d51f2..23772d47 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: egress-policy: audit disable-telemetry: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 89441973..4a7873a3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: egress-policy: audit disable-telemetry: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 48c99baf..d57d2a6e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: disable-sudo: true disable-telemetry: true @@ -74,7 +74,7 @@ jobs: needs: [golangci-lint, go-mod] steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: disable-sudo: true disable-telemetry: true @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: disable-sudo: true disable-telemetry: true @@ -159,7 +159,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: disable-sudo: true disable-telemetry: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cba32487..79d7d077 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: - - uses: step-security/harden-runner@v2.0.0 + uses: step-security/harden-runner@v2.1.0 with: disable-sudo: true disable-telemetry: true