diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index df67366..30072ab 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 15 env: # renovate: datasource=node-version depName=node versioning=node - NODE_VERSION: "24.17.0" + NODE_VERSION: "24.18.0" outputs: actionlint-result: ${{ steps.results.outputs.actionlint-result }} lint-result: ${{ steps.results.outputs.lint-result }} @@ -88,7 +88,7 @@ jobs: - name: Run actionlint id: actionlint - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 continue-on-error: true - name: Validate stacks diff --git a/.github/workflows/workflow-lint.yml b/.github/workflows/workflow-lint.yml index 32e0b02..09ad41d 100644 --- a/.github/workflows/workflow-lint.yml +++ b/.github/workflows/workflow-lint.yml @@ -28,7 +28,7 @@ jobs: - name: Run actionlint id: actionlint continue-on-error: true - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 - name: Run shellcheck on deployment scripts id: shellcheck