File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 if : >
3838 contains(github.event.pull_request.labels.*.name, 'semver:patch')
3939 || contains(github.event.label.name, 'semver:patch')
40- uses : kiegroup/git-backporting@7ff4fce545cf2b9170c91c032bf66a9348ba2490
40+ uses : kiegroup/git-backporting@7d895d030f5cf02f4a76c7f0bc79b41d8747b17c
4141 with :
4242 target-branch : release-1.0
4343 pull-request : ${{ github.event.pull_request.url }}
Original file line number Diff line number Diff line change 2020 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2121
2222 - name : Set up Go
23- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
23+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2424 with :
2525 go-version : ${{ steps.vars.outputs.go_version }}
2626
Original file line number Diff line number Diff line change 3232 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3333
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 : ${{ steps.vars.outputs.go_version }}
3838
8989 edits :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/labeler@v5
92+ - uses : actions/labeler@v6
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
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 }}
30- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag=v4.2.4
30+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
3131 name : Restore go cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change 2424 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2525
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
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
You can’t perform that action at this time.
0 commit comments