File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
echo "MESSAGE=Update Go version to $INPUT_GO_VERSION" >> $GITHUB_OUTPUT
104
104
fi
105
105
106
- - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
106
+ - uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
107
107
id : autocommit
108
108
with :
109
109
commit_message : ${{ steps.update_build_images.outputs.MESSAGE }}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
run : |
131
131
echo "BRANCH_NAME=cws/constants-sync-$(date +%s)" >> $GITHUB_OUTPUT
132
132
133
- - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
133
+ - uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
134
134
id : commit-creator
135
135
with :
136
136
commit_message : " CWS: sync BTFhub constants"
Original file line number Diff line number Diff line change 35
35
- name : Update mocks
36
36
if : ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies-go-tools') }}
37
37
run : inv -e security-agent.gen-mocks # generate both security agent and process mocks
38
- - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
38
+ - uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
39
39
id : autocommit
40
40
with :
41
41
commit_message : Auto-generate go.sum and LICENSE-3rdparty.csv changes
Original file line number Diff line number Diff line change 48
48
# depending on module order
49
49
inv -e tidy
50
50
inv -e tidy
51
- - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
51
+ - uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
52
52
id : autocommit
53
53
with :
54
54
commit_message : " chore(deps): update all golang.org/x/... dependencies"
You can’t perform that action at this time.
0 commit comments