Skip to content

Commit 9f67800

Browse files
authored
Merge pull request #522 from k-orc/dependabot/github_actions/main/all-github-actions-3744862a26
🌱(deps): Bump the all-github-actions group across 1 directory with 4 updates
2 parents ebc56bd + eef4d98 commit 9f67800

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)