|
3 | 3 | # GitHub Reusable Workflow: Node.js Continuous Integration |
4 | 4 |
|
5 | 5 | <div align="center"> |
6 | | - <img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" /> |
| 6 | + <img src="https://opengraph.githubassets.com/69ecd249ef8a7636e193205575fa53ebb5c51b35feeb68ee25c7f4de5fb209ca/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" /> |
7 | 7 | </div> |
8 | 8 |
|
9 | 9 | --- |
|
53 | 53 | permissions: {} |
54 | 54 | jobs: |
55 | 55 | continuous-integration: |
56 | | - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 |
| 56 | + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 |
57 | 57 | permissions: {} |
58 | 58 | secrets: |
59 | 59 | # Secrets to be used during the build step. |
|
387 | 387 |
|
388 | 388 | jobs: |
389 | 389 | continuous-integration: |
390 | | - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 |
| 390 | + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 |
391 | 391 | permissions: |
392 | 392 | id-token: write |
393 | 393 | security-events: write |
@@ -453,7 +453,7 @@ jobs: |
453 | 453 | # Run CI checks inside the Docker container |
454 | 454 | continuous-integration: |
455 | 455 | needs: build-image |
456 | | - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 |
| 456 | + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 |
457 | 457 | permissions: |
458 | 458 | id-token: write |
459 | 459 | security-events: write |
|
477 | 477 | branches: [main] |
478 | 478 | jobs: |
479 | 479 | continuous-integration: |
480 | | - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 |
| 480 | + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 |
481 | 481 | permissions: |
482 | 482 | id-token: write |
483 | 483 | security-events: write |
|
505 | 505 |
|
506 | 506 | jobs: |
507 | 507 | continuous-integration: |
508 | | - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 |
| 508 | + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 |
509 | 509 | permissions: |
510 | 510 | id-token: write |
511 | 511 | security-events: write |
@@ -550,7 +550,7 @@ This project is licensed under the MIT License. |
550 | 550 |
|
551 | 551 | SPDX-License-Identifier: MIT |
552 | 552 |
|
553 | | -Copyright © 2025 hoverkraft-tech |
| 553 | +Copyright © 2026 hoverkraft-tech |
554 | 554 |
|
555 | 555 | For more details, see the [license](http://choosealicense.com/licenses/mit/). |
556 | 556 |
|
|
0 commit comments