File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5 .0.0
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6 .0.0
2323 - name : Calculate go version
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
27+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - name : Set env
1818 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
1919 - name : checkout code
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5 .0.0
20+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6 .0.0
2121 with :
2222 fetch-depth : 0
2323 - name : Calculate go version
2424 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
2525 - name : Set up Go
26- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
26+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
2727 with :
2828 go-version : ${{ env.go_version }}
2929 - name : generate release artifacts
3737 env :
3838 GH_TOKEN : ${{ github.token }}
3939 - name : Release
40- uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
40+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # tag=v2.5.0
4141 with :
4242 draft : true
4343 files : out/*
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5 .0.0
21+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6 .0.0
2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Calculate go version
2525 id : vars
2626 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727 - name : Set up Go
28- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
28+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .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 1919 current_version : ${{ steps.check_version.outputs.current_version }}
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 - name : Get latest golangci-lint version
4040 sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
4141 - name : Create Pull Request
4242 if : ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
43- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # tag=v7.0.8
43+ uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # tag=v7.0.9
4444 with :
4545 commit-message : " This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
4646 title : " :seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"
You can’t perform that action at this time.
0 commit comments