Skip to content

Commit 19dae33

Browse files
Bump scottbrenner/cfn-lint-action from 2.3.7 to 2.4.0 (#294)
Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.3.7 to 2.4.0. - [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@b287c70...37aa911) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86d96d9 commit 19dae33

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444
- name: Testing with CFN Lint Command
45-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
45+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
4646
with:
4747
command: cfn-lint -t cloudformation/template.yml
4848
- name: Testing route53 with CFN Lint
49-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
49+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
5050
with:
5151
command: cfn-lint -t cloudformation/route53.yml
5252
- name: Testing disaster-recovery with CFN Lint
53-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
53+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
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@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
61+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
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@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
30+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
3131
with:
3232
command: cfn-lint -t cloudformation/template.yml
3333
- name: Testing route53 with CFN Lint
34-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
34+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
3535
with:
3636
command: cfn-lint -t cloudformation/route53.yml
3737
- name: Testing disaster-recovery with CFN Lint
38-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
38+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
3939
with:
4040
command: cfn-lint -t cloudformation/disaster-recovery.yml
4141
- name: Testing app with CFN Lint
42-
uses: scottbrenner/cfn-lint-action@b287c7005cdc87888e23b1292f313dc3ae7e1755 # v2.3.7
42+
uses: scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
4343
with:
4444
command: cfn-lint -t cloudformation/app.yml
4545
- name: Run cfn-nag

0 commit comments

Comments
 (0)