From e8b88f06db21ea15b7897fce19b3ce88f4fe81bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:23:54 +0000 Subject: [PATCH] Bump scottbrenner/cfn-lint-action from 2.4.5 to 2.4.6 Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/scottbrenner/cfn-lint-action/releases) - [Changelog](https://github.com/ScottBrenner/cfn-lint-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/scottbrenner/cfn-lint-action/compare/e8cae79d8188308e12a5d3e0771308f8658ef547...ee477703112bdb0bf078bd06b361ee16aaeb24d9) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/pullrequest.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8dd061d5..3271f802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,15 +44,15 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Testing with CFN Lint Command - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/disaster-recovery.yml - name: Run cfn-nag @@ -60,7 +60,7 @@ jobs: with: input_path: cloudformation - name: Testing app with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/app.yml - name: Run cfn-nag diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 75e9c3bf..865bcd5d 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -27,19 +27,19 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Testing template with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/disaster-recovery.yml - name: Testing app with CFN Lint - uses: scottbrenner/cfn-lint-action@e8cae79d8188308e12a5d3e0771308f8658ef547 # v2.4.5 + uses: scottbrenner/cfn-lint-action@ee477703112bdb0bf078bd06b361ee16aaeb24d9 # v2.4.6 with: command: cfn-lint -t cloudformation/app.yml - name: Run cfn-nag