From d844a10fdbdd3b918524dd184e75b8f36376959b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 06:42:08 +0000 Subject: [PATCH] chore: Bump scottbrenner/cfn-lint-action from 2.4.9 to 2.5.0 Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.9 to 2.5.0. - [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/be676baed6db1a0d44f2f3ea59554623dc5b4109...3ad6d2d941976dbf8764f8919a274a7ebed486da) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-health.yaml b/.github/workflows/code-health.yaml index acb0223c2..4b1620813 100644 --- a/.github/workflows/code-health.yaml +++ b/.github/workflows/code-health.yaml @@ -92,7 +92,7 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: 'Setup cfn-lint' - uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 + uses: scottbrenner/cfn-lint-action@3ad6d2d941976dbf8764f8919a274a7ebed486da - name: 'Run cfn-lint' run: | shopt -s globstar # enable globbing