Skip to content

Commit d732489

Browse files
committed
update github actions
1 parent 8c2cca0 commit d732489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Install go
18-
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f
18+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919
with:
2020
go-version: ^1.23
2121
- name: Check out code into the Go module directory
22-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323
- name: Login to dockerhub to push the image
2424
run: echo "${{ secrets.DockerHubToken }}" | docker login --username ${DOCKER_USER} --password-stdin
2525
env:
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
TAG: ${{ github.event.inputs.tag }}
3131
- name: Create Release
32-
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
32+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
3333
with:
3434
# uses the HEAD on the default branch when creating the tag
3535
tag_name: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)