Skip to content

Commit

Permalink
Merge pull request #3150 from ministryofjustice/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4.1.7

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
mikebell authored Jul 1, 2024
2 parents 03c57a6 + dbf3f35 commit cf19d15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: ministryofjustice/github-actions/code-formatter@main
with:
ignore-files: "terraform.tfvars"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-vet-lint-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# Checkout your project with git
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

# Install Go on the VM running the action.
- uses: WillAbides/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/malformed-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
reject-malformed-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: ministryofjustice/github-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/cache@v4
with:
path: ~/.tflint.d/plugins
Expand All @@ -27,7 +27,7 @@ jobs:
permissions:
security-events: write
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: aquasecurity/[email protected]
with:
tfsec_args: --force-all-dirs --soft-fail -m=CRITICAL --no-module-downloads --exclude-path=terraform/aws-accounts/cloud-platform-ephemeral-test --exclude-path=terraform/aws-accounts/cloud-platform-dsd --exclude-path=terraform/aws-accounts/cloud-platform-aws/vpc/kops --exclude-path=terraform/modules
Expand Down

0 comments on commit cf19d15

Please sign in to comment.