File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Install go
18
- uses : actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f
18
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
19
19
with :
20
20
go-version : ^1.23
21
21
- name : Check out code into the Go module directory
22
- uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
- name : Login to dockerhub to push the image
24
24
run : echo "${{ secrets.DockerHubToken }}" | docker login --username ${DOCKER_USER} --password-stdin
25
25
env :
29
29
env :
30
30
TAG : ${{ github.event.inputs.tag }}
31
31
- name : Create Release
32
- uses : softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
32
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
33
33
with :
34
34
# uses the HEAD on the default branch when creating the tag
35
35
tag_name : ${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments