diff --git a/.github/workflows/ci-modules.yaml b/.github/workflows/ci-modules.yaml index 8529252..abadceb 100644 --- a/.github/workflows/ci-modules.yaml +++ b/.github/workflows/ci-modules.yaml @@ -24,9 +24,9 @@ jobs: uses: actions/checkout@v3 - name: cfn-lint - uses: scottbrenner/cfn-lint-action@v2 + uses: scottbrenner/cfn-lint-action@v2.4.9 with: - version: 1.18.3 + version: "==1.18.3" - name: Lint working-directory: modules @@ -74,4 +74,4 @@ jobs: working-directory: modules env: S3_BUCKET: cf-templates-cloudvision-ci - S3_PREFIX: ${{ github.event_name == 'push' && ((contains(github.ref, '/tags/v') && github.ref_name) || 'main') || format('pr/{0}', github.event.pull_request.number)}} \ No newline at end of file + S3_PREFIX: ${{ github.event_name == 'push' && ((contains(github.ref, '/tags/v') && github.ref_name) || 'main') || format('pr/{0}', github.event.pull_request.number)}}