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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
- name : Testing with CFN Lint Command
47
- uses : scottbrenner/cfn-lint-action@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
47
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
51
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
55
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
63
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
30
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
34
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
38
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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@2d3d07f3527aab48a973d3ee6e66009e87ea3491 # v2.4.8
42
+ uses : scottbrenner/cfn-lint-action@be676baed6db1a0d44f2f3ea59554623dc5b4109 # v2.4.9
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