File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,23 +86,23 @@ jobs:
8686 ${{ runner.os }}-gems-
8787
8888 - name : Testing with CFN Lint Command
89- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
89+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
9090 with :
9191 command : cfn-lint -t cloudformation/template.yml
9292 - name : Testing route53 with CFN Lint
93- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
93+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
9494 with :
9595 command : cfn-lint -t cloudformation/route53.yml
9696 - name : Testing disaster-recovery with CFN Lint
97- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
97+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
9898 with :
9999 command : cfn-lint -t cloudformation/disaster-recovery.yml
100100 - name : Run cfn-nag
101101 uses : stelligent/cfn_nag@8b5f03da74202ba323a145e9d037ddce6cab9dec # master
102102 with :
103103 input_path : cloudformation
104104 - name : Testing app with CFN Lint
105- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
105+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
106106 with :
107107 command : cfn-lint -t cloudformation/app.yml
108108 - name : Run cfn-nag
Original file line number Diff line number Diff line change @@ -70,19 +70,19 @@ jobs:
7070 env :
7171 GITHUB_TOKEN : ${{ github.token }}
7272 - name : Testing template with CFN Lint
73- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
73+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
7474 with :
7575 command : cfn-lint -t cloudformation/template.yml
7676 - name : Testing route53 with CFN Lint
77- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
77+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
7878 with :
7979 command : cfn-lint -t cloudformation/route53.yml
8080 - name : Testing disaster-recovery with CFN Lint
81- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
81+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
8282 with :
8383 command : cfn-lint -t cloudformation/disaster-recovery.yml
8484 - name : Testing app with CFN Lint
85- uses : scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v2.6 .0
85+ uses : scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7 .0
8686 with :
8787 command : cfn-lint -t cloudformation/app.yml
8888 - name : Run cfn-nag
You can’t perform that action at this time.
0 commit comments