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 @@ -42,23 +42,23 @@ jobs:
42
42
- name : Checkout
43
43
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
44
44
- name : Testing with CFN Lint Command
45
- uses : scottbrenner/cfn-lint-action@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
45
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
49
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
53
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
61
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
30
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
34
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
38
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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@37aa911f6b6a9d8fe9fba4a96e069086a8dc95de # v2.4.0
42
+ uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
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