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:
42
42
- name : Checkout
43
43
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
- 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
46
46
with :
47
47
command : cfn-lint -t cloudformation/template.yml
48
48
- 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
50
50
with :
51
51
command : cfn-lint -t cloudformation/route53.yml
52
52
- 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
54
54
with :
55
55
command : cfn-lint -t cloudformation/disaster-recovery.yml
56
56
- name : Run cfn-nag
57
57
uses : stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
58
58
with :
59
59
input_path : cloudformation
60
60
- 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
62
62
with :
63
63
command : cfn-lint -t cloudformation/app.yml
64
64
- name : Run cfn-nag
Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
env :
28
28
GITHUB_TOKEN : ${{ github.token }}
29
29
- 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
31
31
with :
32
32
command : cfn-lint -t cloudformation/template.yml
33
33
- 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
35
35
with :
36
36
command : cfn-lint -t cloudformation/route53.yml
37
37
- 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
39
39
with :
40
40
command : cfn-lint -t cloudformation/disaster-recovery.yml
41
41
- 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
43
43
with :
44
44
command : cfn-lint -t cloudformation/app.yml
45
45
- name : Run cfn-nag
You can’t perform that action at this time.
0 commit comments