File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,23 @@ jobs:
44
44
- name : Checkout
45
45
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
- name : Testing with CFN Lint Command
47
- uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
47
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
48
48
with :
49
49
command : cfn-lint -t cloudformation/template.yml
50
50
- name : Testing route53 with CFN Lint
51
- uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
51
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
52
52
with :
53
53
command : cfn-lint -t cloudformation/route53.yml
54
54
- name : Testing disaster-recovery with CFN Lint
55
- uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
55
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
56
56
with :
57
57
command : cfn-lint -t cloudformation/disaster-recovery.yml
58
58
- name : Run cfn-nag
59
59
uses : stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
60
60
with :
61
61
input_path : cloudformation
62
62
- name : Testing app with CFN Lint
63
- uses : scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
63
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
64
64
with :
65
65
command : cfn-lint -t cloudformation/app.yml
66
66
- 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@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
30
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
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@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
34
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
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@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
38
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
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@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2
42
+ uses : scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3
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