From c061e4c9f0f6968603b4e4a3cbdae64ac29501a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:45:22 +0000 Subject: [PATCH] [Dependencies]: Bump step-security/harden-runner from 2.9.0 to 2.9.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/approve-dependabot.yml | 8 ++++---- .../workflows/build-and-publish-pre-release.yml | 2 +- .github/workflows/build-and-publish-release.yml | 2 +- .../workflows/create-prs-for-stale-branches.yml | 2 +- .github/workflows/dependabot.yml | 2 +- .github/workflows/dotnet-version.yml | 2 +- .github/workflows/merge-dependabot.yml | 2 +- .github/workflows/on-pr-closed.yml | 2 +- .github/workflows/pr-lint.yml | 16 ++++++++-------- .github/workflows/pr-update.yml | 6 +++--- .github/workflows/pull-request.yml | 2 +- .github/workflows/reformat-sql.yml | 2 +- .github/workflows/reformat-yaml.yml | 2 +- .github/workflows/update-labels.yml | 2 +- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/approve-dependabot.yml b/.github/workflows/approve-dependabot.yml index 6759f36e..0710b571 100644 --- a/.github/workflows/approve-dependabot.yml +++ b/.github/workflows/approve-dependabot.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -84,7 +84,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -131,7 +131,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -178,7 +178,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index f4587d19..19796d8c 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -33,7 +33,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: block disable-sudo: true diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 35cabdc1..ccbb8a1c 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -27,7 +27,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: block disable-sudo: true diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 33acb4b0..f101b69f 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -74,7 +74,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 064d1ee3..dcff69fc 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -23,7 +23,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index af217c49..4dccdda3 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -28,7 +28,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index e3836645..168ac89f 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -42,7 +42,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/on-pr-closed.yml b/.github/workflows/on-pr-closed.yml index 230265cf..f066dc75 100644 --- a/.github/workflows/on-pr-closed.yml +++ b/.github/workflows/on-pr-closed.yml @@ -15,7 +15,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 65bb69ef..8e44e930 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -96,7 +96,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -228,7 +228,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -271,7 +271,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -306,7 +306,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -341,7 +341,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -377,7 +377,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -424,7 +424,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -461,7 +461,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml index 597c726f..26d5358e 100644 --- a/.github/workflows/pr-update.yml +++ b/.github/workflows/pr-update.yml @@ -26,7 +26,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -67,7 +67,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true @@ -104,7 +104,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 13852ad4..d1aa8b68 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,7 +54,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 901df3a2..a3adbc9e 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -34,7 +34,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 0c88ea72..8de3325a 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 279f3eae..bfb8b86c 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -24,7 +24,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true