We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180fb62 commit 62e2ed1Copy full SHA for 62e2ed1
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@be676baed6db1a0d44f2f3ea59554623dc5b4109
+ uses: scottbrenner/cfn-lint-action@3ad6d2d941976dbf8764f8919a274a7ebed486da
96
- name: 'Run cfn-lint'
97
run: |
98
shopt -s globstar # enable globbing
0 commit comments