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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444 - name : Testing with CFN Lint Command
45- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
45+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
4646 with :
4747 command : cfn-lint -t cloudformation/template.yml
4848 - name : Testing route53 with CFN Lint
49- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
49+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
5050 with :
5151 command : cfn-lint -t cloudformation/route53.yml
5252 - name : Testing disaster-recovery with CFN Lint
53- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
53+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
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@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
61+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
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@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
30+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
3131 with :
3232 command : cfn-lint -t cloudformation/template.yml
3333 - name : Testing route53 with CFN Lint
34- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
34+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
3535 with :
3636 command : cfn-lint -t cloudformation/route53.yml
3737 - name : Testing disaster-recovery with CFN Lint
38- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
38+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
3939 with :
4040 command : cfn-lint -t cloudformation/disaster-recovery.yml
4141 - name : Testing app with CFN Lint
42- uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
42+ uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
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