diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a2d45a3..dc2fc84c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,14 +8,14 @@ on: pull_request: jobs: lint: - uses: vidavidorra/.github/.github/workflows/node-lint.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1 + uses: vidavidorra/.github/.github/workflows/node-lint.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 build: name: Build (Node.js ${{ matrix.nodeVersion }}) strategy: fail-fast: false matrix: nodeVersion: [16, 18, 20] - uses: vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1 + uses: vidavidorra/.github/.github/workflows/node-build.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 with: nodeVersion: ${{ matrix.nodeVersion }} test: @@ -24,13 +24,13 @@ jobs: fail-fast: false matrix: node: [16, 18, 20] - uses: vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1 + uses: vidavidorra/.github/.github/workflows/node-test.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 with: nodeVersion: ${{ matrix.node }} code-coverage: name: Test coverage needs: [lint, build, test] - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1 + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: diff --git a/.github/workflows/lint-commit-messages.yml b/.github/workflows/lint-commit-messages.yml index e374fc6a..fdf4242e 100644 --- a/.github/workflows/lint-commit-messages.yml +++ b/.github/workflows/lint-commit-messages.yml @@ -8,6 +8,6 @@ on: pull_request: jobs: lint-commit-messages: - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 with: configFile: ./commitlint.config.cjs