Skip to content

Commit ccac8e8

Browse files
chore(deps): pin dependencies
1 parent 1ba7a2d commit ccac8e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
3333

3434
- id: string
35-
uses: ASzc/change-string-case-action@v2
35+
uses: ASzc/change-string-case-action@bafc781cc39d14efd3aaa6cd793c6b5f9f94d86a # v2
3636
with:
3737
string: ${{ github.repository }}
3838

.github/workflows/golang-compile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
version: 1.0
2929

3030
- name: Setup Golang
31-
uses: actions/setup-go@v3
31+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
3232
with:
3333
go-version: '1.20'
3434

.github/workflows/lerna-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
generate:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
99
- name: Installing Node.js v16
10-
uses: actions/setup-node@v3
10+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1111
with:
1212
node-version: '16'
1313
registry-url: 'https://registry.npmjs.org/'

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
generate:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
99
- name: Installing Node.js v16
10-
uses: actions/setup-node@v3
10+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1111
with:
1212
node-version: '16'
1313
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)