File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636
3737 - name : Set up Go
38- uses : actions/setup-go@v5
38+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3939 with :
4040 go-version : " 1.25.x"
4141
9090 echo "BIN_PATH=${BIN_PATH}" >> $GITHUB_ENV
9191
9292 - name : Upload artifact to release
93- uses : softprops/action-gh-release@v2
93+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
9494 with :
9595 tag_name : ${{ github.ref_name }}
9696 files : |
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
1616 - name : Set up Go
17- uses : actions/setup-go@v5
17+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1818 with :
1919 go-version : ' 1.25'
2020
@@ -38,12 +38,12 @@ jobs:
3838 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3939
4040 - name : Set up Go
41- uses : actions/setup-go@v5
41+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
4242 with :
4343 go-version : ' 1.25'
4444
4545 - name : Install kubectl
46- uses : azure/setup-kubectl@v4
46+ uses : azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
4747 with :
4848 version : ' v1.29.0' # any modern kubectl compatible with k3d's default
4949
You can’t perform that action at this time.
0 commit comments