Skip to content

Commit b77aed9

Browse files
chore(deps): update all non-major github actions with stable version
1 parent 47fd319 commit b77aed9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Remove tsconfig
1717
run: rm tsconfig.json
1818

19-
- uses: wagoid/[email protected].1
19+
- uses: wagoid/commitlint-github-action@baa1b236f990293a1b2d94c19e41c2313a85e749 # v6.0.2
2020
with:
2121
configFile: commitlint.config.ts

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
token: ${{ secrets.KONGPONENTS_BOT_PAT }}
2727

2828
- name: Use Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3030
with:
3131
node-version-file: '.nvmrc'
3232

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0
4747

4848
- name: Use Node.js
49-
uses: actions/setup-node@v4
49+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5050
with:
5151
node-version-file: '.nvmrc'
5252

@@ -130,7 +130,7 @@ jobs:
130130
GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }}
131131

132132
- name: Run Cypress component tests
133-
uses: cypress-io/github-action@v6
133+
uses: cypress-io/github-action@fa88e4afe551e64c8827a4b9e379afc63d8f691a # v6.0.1
134134
with:
135135
install: false
136136
command: yarn test

0 commit comments

Comments
 (0)