From b45db87aea17da86ff7e4b1c22ec6c155861e7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:44:01 +0000 Subject: [PATCH] Bump ScottBrenner/cfn-lint-action in the dependencies group Bumps the dependencies group with 1 update: [ScottBrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action). Updates `ScottBrenner/cfn-lint-action` from 2.7.1 to 2.8.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/ed184e91f5085a2932501da8314e899e5e0ef5be...8affffc34dddd6937bbc37f60901f71657e20fab) --- updated-dependencies: - dependency-name: ScottBrenner/cfn-lint-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d89620a..4799e8b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,7 +31,7 @@ jobs: with: python-version: "3.14" - name: Setup CloudFormation linter - uses: ScottBrenner/cfn-lint-action@ed184e91f5085a2932501da8314e899e5e0ef5be # v2.7.1 + uses: ScottBrenner/cfn-lint-action@8affffc34dddd6937bbc37f60901f71657e20fab # v2.8.0 - name: Run CloudFormation linter run: cfn-lint -t stack.yaml - name: Configure AWS credentials