From 1608079bc2d069ae6e1c795bb87d33dc9d79ba63 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 28 Mar 2025 16:44:57 +0100 Subject: [PATCH 1/2] Update ci-modules.yaml --- .github/workflows/ci-modules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-modules.yaml b/.github/workflows/ci-modules.yaml index 8529252..6ecb30b 100644 --- a/.github/workflows/ci-modules.yaml +++ b/.github/workflows/ci-modules.yaml @@ -24,7 +24,7 @@ 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 @@ -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)}} From 148cc842b56c94ae7324a89edf69cbfc6d00d7f2 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 28 Mar 2025 16:46:41 +0100 Subject: [PATCH 2/2] Update ci-modules.yaml --- .github/workflows/ci-modules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-modules.yaml b/.github/workflows/ci-modules.yaml index 6ecb30b..abadceb 100644 --- a/.github/workflows/ci-modules.yaml +++ b/.github/workflows/ci-modules.yaml @@ -26,7 +26,7 @@ jobs: - name: cfn-lint uses: scottbrenner/cfn-lint-action@v2.4.9 with: - version: 1.18.3 + version: "==1.18.3" - name: Lint working-directory: modules