From dbf3f35c8f9da9f5b7813a0bed02da38bd42b7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:14:53 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/format-code.yml | 2 +- .github/workflows/go-vet-lint-deps.yaml | 2 +- .github/workflows/malformed-yaml.yml | 2 +- .github/workflows/terraform-tools.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index b148d4eb0..4d8e5a81c 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -6,7 +6,7 @@ jobs: format-code: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ministryofjustice/github-actions/code-formatter@main with: ignore-files: "terraform.tfvars" diff --git a/.github/workflows/go-vet-lint-deps.yaml b/.github/workflows/go-vet-lint-deps.yaml index ce457eab6..c691765cc 100644 --- a/.github/workflows/go-vet-lint-deps.yaml +++ b/.github/workflows/go-vet-lint-deps.yaml @@ -13,7 +13,7 @@ jobs: steps: # Checkout your project with git - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Install Go on the VM running the action. - uses: WillAbides/setup-go-faster@v1.14.0 diff --git a/.github/workflows/malformed-yaml.yml b/.github/workflows/malformed-yaml.yml index 65ad632ee..b7eebfd82 100644 --- a/.github/workflows/malformed-yaml.yml +++ b/.github/workflows/malformed-yaml.yml @@ -6,7 +6,7 @@ jobs: reject-malformed-yaml: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ministryofjustice/github-actions/malformed-yaml@v18.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/terraform-tools.yml b/.github/workflows/terraform-tools.yml index e838ff450..647729173 100644 --- a/.github/workflows/terraform-tools.yml +++ b/.github/workflows/terraform-tools.yml @@ -10,7 +10,7 @@ jobs: tflint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/cache@v4 with: path: ~/.tflint.d/plugins @@ -27,7 +27,7 @@ jobs: permissions: security-events: write steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: aquasecurity/tfsec-sarif-action@v0.1.4 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