Skip to content

Commit 343f54d

Browse files
Bump scottbrenner/cfn-lint-action from 2.6.0 to 2.7.0 (#814)
Bumps [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.6.0 to 2.7.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@9636da8...c5f18dc) --- updated-dependencies: - dependency-name: scottbrenner/cfn-lint-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24b6f7c commit 343f54d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,23 @@ jobs:
8686
${{ runner.os }}-gems-
8787
8888
- name: Testing with CFN Lint Command
89-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
89+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
9090
with:
9191
command: cfn-lint -t cloudformation/template.yml
9292
- name: Testing route53 with CFN Lint
93-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
93+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
9494
with:
9595
command: cfn-lint -t cloudformation/route53.yml
9696
- name: Testing disaster-recovery with CFN Lint
97-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
97+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
9898
with:
9999
command: cfn-lint -t cloudformation/disaster-recovery.yml
100100
- name: Run cfn-nag
101101
uses: stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
102102
with:
103103
input_path: cloudformation
104104
- name: Testing app with CFN Lint
105-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
105+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
106106
with:
107107
command: cfn-lint -t cloudformation/app.yml
108108
- name: Run cfn-nag

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ jobs:
7070
env:
7171
GITHUB_TOKEN: ${{ github.token }}
7272
- name: Testing template with CFN Lint
73-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
73+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
7474
with:
7575
command: cfn-lint -t cloudformation/template.yml
7676
- name: Testing route53 with CFN Lint
77-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
77+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
7878
with:
7979
command: cfn-lint -t cloudformation/route53.yml
8080
- name: Testing disaster-recovery with CFN Lint
81-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
81+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
8282
with:
8383
command: cfn-lint -t cloudformation/disaster-recovery.yml
8484
- name: Testing app with CFN Lint
85-
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6.0
85+
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
8686
with:
8787
command: cfn-lint -t cloudformation/app.yml
8888
- name: Run cfn-nag

0 commit comments

Comments
 (0)