Skip to content

Commit d71f07e

Browse files
Bump scottbrenner/cfn-lint-action from 2.4.0 to 2.4.1
Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.0 to 2.4.1. - [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@37aa911...3d62d63) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67cead8 commit d71f07e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
4444
- name: Testing with CFN Lint Command
45-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
45+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
4646
with:
4747
command: cfn-lint -t cloudformation/template.yml
4848
- name: Testing route53 with CFN Lint
49-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
49+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
5050
with:
5151
command: cfn-lint -t cloudformation/route53.yml
5252
- name: Testing disaster-recovery with CFN Lint
53-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
53+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
5454
with:
5555
command: cfn-lint -t cloudformation/disaster-recovery.yml
5656
- name: Run cfn-nag
5757
uses: stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
5858
with:
5959
input_path: cloudformation
6060
- name: Testing app with CFN Lint
61-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
61+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
6262
with:
6363
command: cfn-lint -t cloudformation/app.yml
6464
- name: Run cfn-nag

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 4 deletions
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
30+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
3131
with:
3232
command: cfn-lint -t cloudformation/template.yml
3333
- name: Testing route53 with CFN Lint
34-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
34+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
3535
with:
3636
command: cfn-lint -t cloudformation/route53.yml
3737
- name: Testing disaster-recovery with CFN Lint
38-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
38+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
3939
with:
4040
command: cfn-lint -t cloudformation/disaster-recovery.yml
4141
- name: Testing app with CFN Lint
42-
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
42+
uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
4343
with:
4444
command: cfn-lint -t cloudformation/app.yml
4545
- name: Run cfn-nag

0 commit comments

Comments
 (0)