File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments