Skip to content

Commit c9d9d04

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1eb1852 commit c9d9d04

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/continuous-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Node.js Continuous Integration
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/1dac1c32c1cc9c51b525caaa3c7a06224c6eaac137474c5334cac30a590e16a7/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
6+
<img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
77
</div>
88

99
---
@@ -53,7 +53,7 @@ on:
5353
permissions: {}
5454
jobs:
5555
continuous-integration:
56-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
56+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
5757
permissions: {}
5858
secrets:
5959
# Secrets to be used during the build step.
@@ -387,7 +387,7 @@ on:
387387
388388
jobs:
389389
continuous-integration:
390-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
390+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
391391
permissions:
392392
id-token: write
393393
security-events: write
@@ -453,7 +453,7 @@ jobs:
453453
# Run CI checks inside the Docker container
454454
continuous-integration:
455455
needs: build-image
456-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
456+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
457457
permissions:
458458
id-token: write
459459
security-events: write
@@ -477,7 +477,7 @@ on:
477477
branches: [main]
478478
jobs:
479479
continuous-integration:
480-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
480+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
481481
permissions:
482482
id-token: write
483483
security-events: write
@@ -505,7 +505,7 @@ on:
505505
506506
jobs:
507507
continuous-integration:
508-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
508+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
509509
permissions:
510510
id-token: write
511511
security-events: write

actions/lint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stY2lyY2xlIiBjb2xvcj0iYmx1ZSI+PHBhdGggZD0iTTIyIDExLjA4VjEyYTEwIDEwIDAgMSAxLTUuOTMtOS4xNCI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjIyIDQgMTIgMTQuMDEgOSAxMS4wMSI+PC9wb2x5bGluZT48L3N2Zz4=) GitHub Action: Lint
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/1dac1c32c1cc9c51b525caaa3c7a06224c6eaac137474c5334cac30a590e16a7/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Lint" />
6+
<img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Lint" />
77
</div>
88

99
---
@@ -30,7 +30,7 @@ Action to lint Node.js projects with support for pull request reporting and anno
3030
## Usage
3131

3232
```yaml
33-
- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
33+
- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
3434
with:
3535
# Working directory where lint commands are executed.
3636
# Can be absolute or relative to the repository root.

actions/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stc3F1YXJlIiBjb2xvcj0iYmx1ZSI+PHBvbHlsaW5lIHBvaW50cz0iOSAxMSAxMiAxNCAyMiA0Ij48L3BvbHlsaW5lPjxwYXRoIGQ9Ik0yMSAxMnY3YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmgxMSI+PC9wYXRoPjwvc3ZnPg==) GitHub Action: Test
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/1dac1c32c1cc9c51b525caaa3c7a06224c6eaac137474c5334cac30a590e16a7/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
6+
<img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
77
</div>
88

99
---
@@ -30,7 +30,7 @@ Action to test Node.js projects with support for coverage reporting and pull req
3030
## Usage
3131

3232
```yaml
33-
- uses: hoverkraft-tech/ci-github-nodejs/actions/test@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
33+
- uses: hoverkraft-tech/ci-github-nodejs/actions/test@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
3434
with:
3535
# Working directory where test commands are executed.
3636
# Can be absolute or relative to the repository root.

0 commit comments

Comments
 (0)