Skip to content

Commit

Permalink
Merge pull request #341 from govuk-one-login/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/pre-commit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
Caitlin-cooling authored Mar 5, 2024
2 parents 0ddc449 + f407c99 commit 9ccfaf9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-Dynamo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-KMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-gov-notify-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ipv-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Checks if committing secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-outbound-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: true

- name: Checks if committing secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-postoffice-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Checks if committing secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-yoti-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
submodules: true

- name: Checks if commiting secrets to repo
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: "detect-secrets --all-files"

Expand Down

0 comments on commit 9ccfaf9

Please sign in to comment.