We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dc45f commit b6256bfCopy full SHA for b6256bf
1 file changed
.github/workflows/code-health.yaml
@@ -92,7 +92,7 @@ jobs:
92
- name: 'Checkout Repository'
93
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
94
- name: 'Setup cfn-lint'
95
- uses: scottbrenner/cfn-lint-action@3ad6d2d941976dbf8764f8919a274a7ebed486da
+ uses: scottbrenner/cfn-lint-action@83ad1ba8376272cb219fcde1306ec50a8a480d15
96
- name: 'Run cfn-lint'
97
run: |
98
shopt -s globstar # enable globbing
0 commit comments