diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 63e8347..978414a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,11 +8,11 @@ on: pull_request: null jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 build: - uses: vidavidorra/.github/.github/workflows/node-build.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/node-build.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 strategy: fail-fast: false matrix: @@ -20,7 +20,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} test: - uses: vidavidorra/.github/.github/workflows/node-test.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/node-test.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 strategy: fail-fast: false matrix: @@ -28,7 +28,7 @@ jobs: with: nodeVersion: ${{ matrix.nodeVersion }} code-coverage: - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 needs: - lint - build @@ -36,7 +36,7 @@ jobs: secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: - uses: vidavidorra/.github/.github/workflows/release.yml@d7f997e494e5018d3dcf77e8a12ade154154f972 # v5.0.11 + uses: vidavidorra/.github/.github/workflows/release.yml@fae603ae8b6989bd56eaee105183007f6a41956a # v5.0.12 needs: - lint-commit-messages - lint