We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b7a7b commit 05f99e5Copy full SHA for 05f99e5
2 files changed
.github/workflows/docker-build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
43
44
- id: string
45
- uses: ASzc/change-string-case-action@v2
+ uses: ASzc/change-string-case-action@bafc781cc39d14efd3aaa6cd793c6b5f9f94d86a # v2
46
with:
47
string: ${{ github.repository }}
48
.github/workflows/golang-compile-test.yml
@@ -28,7 +28,7 @@ jobs:
28
version: 1.0
29
30
- name: Setup Golang
31
- uses: actions/setup-go@v3
+ uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
32
33
go-version: '1.20'
34
0 commit comments