Skip to content

Commit 17bbc61

Browse files
authored
Merge pull request #607 from k-orc/dependabot/github_actions/main/all-github-actions-b848789af1
🌱(deps): Bump the all-github-actions group across 1 directory with 4 updates
2 parents e8151b6 + 53b8008 commit 17bbc61

12 files changed

Lines changed: 14 additions & 14 deletions

.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@7d895d030f5cf02f4a76c7f0bc79b41d8747b17c
40+
uses: kiegroup/git-backporting@baae3fe1e3c71bc6b1a2699b3bc1e153a19d5ac7
4141
with:
4242
target-branch: release-1.0
4343
pull-request: ${{ github.event.pull_request.url }}

.github/workflows/container_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v6.0.1
2121
with:
2222
# Required for git describe to generate correct output for populating
2323
# build variables

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-${{ matrix.ubuntu_version }}
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v6.0.1
3333

3434
- name: Deploy devstack
3535
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload logs artifacts on failure
6868
if: failure()
69-
uses: actions/upload-artifact@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: e2e-${{ matrix.name }}-${{ github.run_id }}
7272
path: /tmp/artifacts/*

.github/workflows/ensure-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ensure:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.1
1717
- uses: micnncim/action-label-syncer@v1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.1
1717

1818
- run: |
1919
make generate

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.1
1717

1818
- name: Calculate go version
1919
id: vars

.github/workflows/label-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
semver:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.1
1717
with:
1818
fetch-depth: 0
1919
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/pr-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out code into the Go module directory
22-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v4.2.2
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
2323
- name: Calculate go version
2424
id: vars
2525
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
- name: Set up Go
2727
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
30-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
30+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag=v5.0.1
3131
name: Restore go cache
3232
with:
3333
path: |

.github/workflows/release_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v6.0.1
2121
with:
2222
# Required for git describe to generate correct output for populating
2323
# build variables

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- '1'
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v6.0.1
2121

2222
- name: Calculate go version
2323
id: vars

0 commit comments

Comments
 (0)