Skip to content

Commit 95b758d

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 (#32931)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5075c12 commit 95b758d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/buildimages-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "MESSAGE=Update Go version to $INPUT_GO_VERSION" >> $GITHUB_OUTPUT
104104
fi
105105
106-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
106+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
107107
id: autocommit
108108
with:
109109
commit_message: ${{ steps.update_build_images.outputs.MESSAGE }}

.github/workflows/cws-btfhub-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
echo "BRANCH_NAME=cws/constants-sync-$(date +%s)" >> $GITHUB_OUTPUT
132132
133-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
133+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
134134
id: commit-creator
135135
with:
136136
commit_message: "CWS: sync BTFhub constants"

.github/workflows/go_mod_tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Update mocks
3636
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies-go-tools') }}
3737
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
3939
id: autocommit
4040
with:
4141
commit_message: Auto-generate go.sum and LICENSE-3rdparty.csv changes

.github/workflows/update_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# depending on module order
4949
inv -e tidy
5050
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
5252
id: autocommit
5353
with:
5454
commit_message: "chore(deps): update all golang.org/x/... dependencies"

0 commit comments

Comments
 (0)