We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3742ce commit 8bccaf3Copy full SHA for 8bccaf3
.github/workflows/code-health.yaml
@@ -92,7 +92,7 @@ jobs:
92
- name: 'Checkout Repository'
93
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
94
- name: 'Setup cfn-lint'
95
- uses: scottbrenner/cfn-lint-action@83ad1ba8376272cb219fcde1306ec50a8a480d15
+ uses: scottbrenner/cfn-lint-action@25ee47d1ab3146bda904df745511735cc0b9a970
96
- name: 'Run cfn-lint'
97
run: |
98
shopt -s globstar # enable globbing
0 commit comments