From 04734f2161a9c7d610bc372712315be4823710f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:53:55 +0000 Subject: [PATCH] Bump pre-commit/action from 3.0.0 to 3.0.1 Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-Dynamo.yml | 2 +- .github/workflows/pull-request-KMS.yml | 2 +- .github/workflows/pull-request-gov-notify-stub.yml | 2 +- .github/workflows/pull-request-ipv-stub.yml | 2 +- .github/workflows/pull-request-outbound-proxy.yml | 2 +- .github/workflows/pull-request-postoffice-mock.yml | 2 +- .github/workflows/pull-request-test-harness.yml | 2 +- .github/workflows/pull-request-yoti-stub.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pull-request-Dynamo.yml b/.github/workflows/pull-request-Dynamo.yml index 58843f577..178ada972 100644 --- a/.github/workflows/pull-request-Dynamo.yml +++ b/.github/workflows/pull-request-Dynamo.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-KMS.yml b/.github/workflows/pull-request-KMS.yml index 5c2a87bcc..ac408f851 100644 --- a/.github/workflows/pull-request-KMS.yml +++ b/.github/workflows/pull-request-KMS.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-gov-notify-stub.yml b/.github/workflows/pull-request-gov-notify-stub.yml index 315364b3d..a26c23bbe 100644 --- a/.github/workflows/pull-request-gov-notify-stub.yml +++ b/.github/workflows/pull-request-gov-notify-stub.yml @@ -37,7 +37,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-ipv-stub.yml b/.github/workflows/pull-request-ipv-stub.yml index 7433e1262..df4d3a5a6 100644 --- a/.github/workflows/pull-request-ipv-stub.yml +++ b/.github/workflows/pull-request-ipv-stub.yml @@ -37,7 +37,7 @@ jobs: submodules: true - name: Checks if committing secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-outbound-proxy.yml b/.github/workflows/pull-request-outbound-proxy.yml index 711467c7e..bd80bb7bb 100644 --- a/.github/workflows/pull-request-outbound-proxy.yml +++ b/.github/workflows/pull-request-outbound-proxy.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Checks if committing secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-postoffice-mock.yml b/.github/workflows/pull-request-postoffice-mock.yml index cefd3b5a5..6a5874913 100644 --- a/.github/workflows/pull-request-postoffice-mock.yml +++ b/.github/workflows/pull-request-postoffice-mock.yml @@ -37,7 +37,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-test-harness.yml b/.github/workflows/pull-request-test-harness.yml index 33f490423..c3c78fcde 100644 --- a/.github/workflows/pull-request-test-harness.yml +++ b/.github/workflows/pull-request-test-harness.yml @@ -37,7 +37,7 @@ jobs: submodules: true - name: Checks if committing secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request-yoti-stub.yml b/.github/workflows/pull-request-yoti-stub.yml index 440fc9611..0fdd89133 100644 --- a/.github/workflows/pull-request-yoti-stub.yml +++ b/.github/workflows/pull-request-yoti-stub.yml @@ -37,7 +37,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9ed688be6..c422d5f66 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -52,7 +52,7 @@ jobs: submodules: true - name: Checks if commiting secrets to repo - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: "detect-secrets --all-files"