Skip to content

Commit

Permalink
Build(deps): bump ministryofjustice/github-actions from 18.2.2 to 18.2.3
Browse files Browse the repository at this point in the history
Bumps [ministryofjustice/github-actions](https://github.com/ministryofjustice/github-actions) from 18.2.2 to 18.2.3.
- [Release notes](https://github.com/ministryofjustice/github-actions/releases)
- [Commits](ministryofjustice/github-actions@8712624...da4cc65)

---
updated-dependencies:
- dependency-name: ministryofjustice/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent da903dc commit 67312b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: ministryofjustice/github-actions/code-formatter@8712624bc5138cb320d9e5a2c5d87d9cb92f9900 # v18.2.2
- uses: ministryofjustice/github-actions/code-formatter@da4cc655a4e009d77b27b276c5a06977e7272238 # v18.2.3
with:
ignore-files: "README.md"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Run Analysis
uses: ministryofjustice/github-actions/terraform-static-analysis@8712624bc5138cb320d9e5a2c5d87d9cb92f9900 # v18.2.2
uses: ministryofjustice/github-actions/terraform-static-analysis@da4cc655a4e009d77b27b276c5a06977e7272238 # v18.2.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:
with:
fetch-depth: 0
- name: Run Analysis
uses: ministryofjustice/github-actions/terraform-static-analysis@8712624bc5138cb320d9e5a2c5d87d9cb92f9900 # v18.2.2
uses: ministryofjustice/github-actions/terraform-static-analysis@da4cc655a4e009d77b27b276c5a06977e7272238 # v18.2.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 67312b7

Please sign in to comment.