Skip to content

Commit abd4f73

Browse files
Bump scottbrenner/cfn-lint-action from 2.4.8 to 2.4.9 (#570)
Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.8 to 2.4.9. - [Release notes](https://github.com/scottbrenner/cfn-lint-action/releases) - [Changelog](https://github.com/ScottBrenner/cfn-lint-action/blob/main/CHANGELOG.md) - [Commits](ScottBrenner/cfn-lint-action@2d3d07f...be676ba) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a73b21 commit abd4f73

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
- name: Testing with CFN Lint Command
47-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
47+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
4848
with:
4949
command: cfn-lint -t cloudformation/template.yml
5050
- name: Testing route53 with CFN Lint
51-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
51+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
5252
with:
5353
command: cfn-lint -t cloudformation/route53.yml
5454
- name: Testing disaster-recovery with CFN Lint
55-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
55+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
5656
with:
5757
command: cfn-lint -t cloudformation/disaster-recovery.yml
5858
- name: Run cfn-nag
5959
uses: stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
6060
with:
6161
input_path: cloudformation
6262
- name: Testing app with CFN Lint
63-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
63+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
6464
with:
6565
command: cfn-lint -t cloudformation/app.yml
6666
- name: Run cfn-nag

.github/workflows/pullrequest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ github.token }}
2929
- name: Testing template with CFN Lint
30-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
30+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
3131
with:
3232
command: cfn-lint -t cloudformation/template.yml
3333
- name: Testing route53 with CFN Lint
34-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
34+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
3535
with:
3636
command: cfn-lint -t cloudformation/route53.yml
3737
- name: Testing disaster-recovery with CFN Lint
38-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
38+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
3939
with:
4040
command: cfn-lint -t cloudformation/disaster-recovery.yml
4141
- name: Testing app with CFN Lint
42-
uses: scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
42+
uses: scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
4343
with:
4444
command: cfn-lint -t cloudformation/app.yml
4545
- name: Run cfn-nag

0 commit comments

Comments
 (0)