File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,33 +13,33 @@ permissions:
1313 pull-requests : write
1414jobs :
1515 lint-commit-messages :
16- uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
16+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
1717 lint :
18- uses : vidavidorra/.github/.github/workflows/node-lint.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
18+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
1919 build :
20- uses : vidavidorra/.github/.github/workflows/node-build.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
20+ uses : vidavidorra/.github/.github/workflows/node-build.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
2121 strategy :
2222 fail-fast : false
2323 matrix :
2424 nodeVersion : [22, 24]
2525 with :
2626 nodeVersion : ${{ matrix.nodeVersion }}
2727 test :
28- uses : vidavidorra/.github/.github/workflows/node-test.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
28+ uses : vidavidorra/.github/.github/workflows/node-test.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
2929 strategy :
3030 fail-fast : false
3131 matrix :
3232 nodeVersion : [22, 24]
3333 with :
3434 nodeVersion : ${{ matrix.nodeVersion }}
3535 code-coverage :
36- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
36+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
3737 needs :
3838 - lint
3939 - build
4040 - test
4141 release :
42- uses : vidavidorra/.github/.github/workflows/release.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
42+ uses : vidavidorra/.github/.github/workflows/release.yml@0868599570281f6e9fb629b555112bb5d25214e7 # v8.1.19
4343 needs :
4444 - lint-commit-messages
4545 - lint
You can’t perform that action at this time.
0 commit comments