File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
pull_request : null
9
9
jobs :
10
10
lint-commit-messages :
11
- uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
11
+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
12
12
with :
13
13
configFile : ./commitlint.config.cjs
14
14
lint :
15
- uses : vidavidorra/.github/.github/workflows/node-lint.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
15
+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
16
16
build :
17
- uses : vidavidorra/.github/.github/workflows/node-build.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
17
+ uses : vidavidorra/.github/.github/workflows/node-build.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
21
nodeVersion : [20, 21]
22
22
with :
23
23
nodeVersion : ${{ matrix.nodeVersion }}
24
24
test :
25
- uses : vidavidorra/.github/.github/workflows/node-test.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
25
+ uses : vidavidorra/.github/.github/workflows/node-test.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
29
nodeVersion : [20, 21]
30
30
with :
31
31
nodeVersion : ${{ matrix.nodeVersion }}
32
32
code-coverage :
33
- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
33
+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
34
34
needs :
35
35
- lint
36
36
- build
37
37
- test
38
38
secrets :
39
39
codecovToken : ${{ secrets.CODECOV_TOKEN }}
40
40
release :
41
- uses : vidavidorra/.github/.github/workflows/release.yml@da403f76f1ebe37871e4374d673eb78c9d64f19d # v4.2.38
41
+ uses : vidavidorra/.github/.github/workflows/release.yml@4b508a0410daf6bb50cf30d6971fe3b1e56355c6 # v4.2.39
42
42
needs :
43
43
- lint-commit-messages
44
44
- lint
You can’t perform that action at this time.
0 commit comments