File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 id : vars
2828 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2929 - name : Set up Go
30- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4 .0
3131 with :
3232 go-version : ${{ steps.vars.outputs.go_version }}
33- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # tag=v5.0.3
33+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # tag=v5.0.4
3434 name : Restore go cache
3535 with :
3636 path : |
4343 run : make modules
4444 - name : Update generated code
4545 run : make generate
46- - uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # tag=v9.1.4
46+ - uses : EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # tag=v10.0.0
4747 name : Commit changes
4848 with :
4949 author_name : dependabot[bot]
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - name : Calculate go version
101101 run : echo "go_version=$(make go-version)" >> ${GITHUB_ENV}
102102 - name : Set up Go
103- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
103+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4 .0
104104 with :
105105 go-version : ${{ env.go_version }}
106106 cache : false
Original file line number Diff line number Diff line change 2626 id : vars
2727 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2828 - name : Set up Go
29- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
29+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4 .0
3030 with :
3131 go-version : ${{ steps.vars.outputs.go_version }}
3232 - name : Run verify security target
You can’t perform that action at this time.
0 commit comments