Skip to content

Commit eef4d98

Browse files
🌱(deps): Bump the all-github-actions group across 1 directory with 4 updates
Bumps the all-github-actions group with 4 updates in the / directory: [kiegroup/git-backporting](https://github.com/kiegroup/git-backporting), [actions/setup-go](https://github.com/actions/setup-go), [actions/labeler](https://github.com/actions/labeler) and [actions/cache](https://github.com/actions/cache). Updates `kiegroup/git-backporting` from 4.8.5 to 4.8.6 - [Release notes](https://github.com/kiegroup/git-backporting/releases) - [Changelog](https://github.com/kiegroup/git-backporting/blob/main/CHANGELOG.md) - [Commits](kiegroup/git-backporting@7ff4fce...7d895d0) Updates `actions/setup-go` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: kiegroup/git-backporting dependency-version: 4.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebc56bd commit eef4d98

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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 }}

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/label-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

@@ -89,4 +89,4 @@ jobs:
8989
edits:
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/labeler@v5
92+
- uses: actions/labeler@v6

.github/workflows/pr-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/weekly-security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)