File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
27+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag=v4.2.4
Original file line number Diff line number Diff line change 1919 actions : write
2020 steps :
2121 - name : Update PR
22- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2323 continue-on-error : true
2424 with :
2525 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
27+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - name : golangci-lint
Original file line number Diff line number Diff line change 9595 - name : Calculate go version
9696 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
9797 - name : Set up Go
98- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
98+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
9999 with :
100100 go-version : ${{ env.go_version }}
101101 - name : generate release artifacts
@@ -106,7 +106,7 @@ jobs:
106106 curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
107107 -o "${{ env.RELEASE_TAG }}.md"
108108 - name : Release
109- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2
109+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # tag=v2.3.3
110110 with :
111111 draft : true
112112 files : out/*
Original file line number Diff line number Diff line change 2525 id : vars
2626 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727 - name : Set up Go
28- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
28+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
3131 - name : Run verify security target
Original file line number Diff line number Diff line change 3232 - name : Calculate go version
3333 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
3434 - name : Set up Go
35- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
35+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
3636 with :
3737 go-version : ${{ env.go_version }}
3838 - name : Test release
You can’t perform that action at this time.
0 commit comments