Skip to content

Commit ab49b62

Browse files
chore(deps): update vidavidorra/.github action to v8 (#250)
* chore(deps): update vidavidorra/.github action to v8 * fix: remove Codecov and NPM token from CI/CD workflow, use OIDC instead --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeroen de Bruijn <vv9239@gmail.com>
1 parent fbeae8b commit ab49b62

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,33 @@ on:
88
pull_request: null
99
jobs:
1010
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
1212
lint:
13-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
13+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
1414
build:
15-
uses: vidavidorra/.github/.github/workflows/node-build.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
15+
uses: vidavidorra/.github/.github/workflows/node-build.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
nodeVersion: [20, 22, 24]
2020
with:
2121
nodeVersion: ${{ matrix.nodeVersion }}
2222
test:
23-
uses: vidavidorra/.github/.github/workflows/node-test.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
23+
uses: vidavidorra/.github/.github/workflows/node-test.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
2424
strategy:
2525
fail-fast: false
2626
matrix:
2727
nodeVersion: [20, 22, 24]
2828
with:
2929
nodeVersion: ${{ matrix.nodeVersion }}
3030
code-coverage:
31-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
31+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
3232
needs:
3333
- lint
3434
- build
3535
- test
36-
secrets:
37-
codecovToken: ${{ secrets.CODECOV_TOKEN }}
3836
release:
39-
uses: vidavidorra/.github/.github/workflows/release.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
37+
uses: vidavidorra/.github/.github/workflows/release.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
4038
needs:
4139
- lint-commit-messages
4240
- lint
@@ -45,4 +43,3 @@ jobs:
4543
- code-coverage
4644
secrets:
4745
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
48-
npmToken: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)