Skip to content

Commit 1524ce0

Browse files
chore(deps): pin dependencies
1 parent 57fd895 commit 1524ce0

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
@@ -42,7 +42,7 @@ jobs:
4242
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
4343

4444
- id: string
45-
uses: ASzc/change-string-case-action@v2
45+
uses: ASzc/change-string-case-action@bafc781cc39d14efd3aaa6cd793c6b5f9f94d86a # v2
4646
with:
4747
string: ${{ github.repository }}
4848

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
99
- name: Installing Node.js v16
10-
uses: actions/setup-node@v3
10+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
99
- name: Installing Node.js v16
10-
uses: actions/setup-node@v3
10+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
1111
with:
1212
node-version: '16'
1313
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)