From 678ee4812b6314fc69f2a21222130931f8824340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:23:22 +0000 Subject: [PATCH] --- 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 596089fe6..b148d4eb0 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.2 + - uses: actions/checkout@v4.1.6 - 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 ccd593b0d..ce457eab6 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.2 + uses: actions/checkout@v4.1.6 # 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 b8d227c47..6ab081df6 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.2 + - uses: actions/checkout@v4.1.6 - uses: ministryofjustice/github-actions/malformed-yaml@v18.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/terraform-tools.yml b/.github/workflows/terraform-tools.yml index 14a5773c8..e838ff450 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.2 + - uses: actions/checkout@v4.1.6 - uses: actions/cache@v4 with: path: ~/.tflint.d/plugins @@ -27,7 +27,7 @@ jobs: permissions: security-events: write steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 - 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