diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4497d8..e9e8ec1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,15 +42,15 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Testing with CFN Lint Command - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/disaster-recovery.yml - name: Run cfn-nag @@ -58,7 +58,7 @@ jobs: with: input_path: cloudformation - name: Testing app with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/app.yml - name: Run cfn-nag diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 07b6ee0..8f8244d 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -27,19 +27,19 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Testing template with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/template.yml - name: Testing route53 with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/route53.yml - name: Testing disaster-recovery with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/disaster-recovery.yml - name: Testing app with CFN Lint - uses: scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1 + uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 with: command: cfn-lint -t cloudformation/app.yml - name: Run cfn-nag