From 368dcd33730bbbf3138a72fea801619d7ed5c6d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:42:56 +0000 Subject: [PATCH 1/2] chore(deps): update vidavidorra/.github action to v2.2.3 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/lint-commit-messages.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a2d45a3..48126315 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 secrets: codecovToken: ${{ secrets.CODECOV_TOKEN }} release: diff --git a/.github/workflows/lint-commit-messages.yml b/.github/workflows/lint-commit-messages.yml index e374fc6a..0414d2e3 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 with: configFile: ./commitlint.config.cjs From 841607095330c40166589ce095eb463c059ee778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:25:15 +0000 Subject: [PATCH 2/2] chore(deps): update vidavidorra/.github action to v3 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/lint-commit-messages.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48126315..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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 + 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 + 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 + 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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 + 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 0414d2e3..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@dc51b746f22c1852be005d71f102feb29cf425cf # v2.2.3 + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0 with: configFile: ./commitlint.config.cjs