From 71f19ef897f67e257e6bae5684dec24da34eddb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:23:15 +0000 Subject: [PATCH] Bump scottbrenner/cfn-lint-action from 2.4.3 to 2.4.4 Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.3 to 2.4.4. - [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/4f8adb0a434571c5afc83d2f83eb8c4648cf51a9...c422b7baca772cd375807fea634a0a60008e8f52) --- 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 a27901e..3ef3ca3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,15 +44,15 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Testing with CFN Lint Command - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 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@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 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 4e91bba..4174cba 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@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/disaster-recovery.yml - name: Testing app with CFN Lint - uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 + uses: scottbrenner/cfn-lint-action@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4 with: command: cfn-lint -t cloudformation/app.yml - name: Run cfn-nag