Skip to content

Commit 56313e4

Browse files
authored
Merge pull request #695 from k-orc/dependabot/github_actions/main/all-github-actions-b3292a8c22
🌱(deps): Bump the all-github-actions group across 1 directory with 3 updates
2 parents c1f5eea + 15e8308 commit 56313e4

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enabled_services: "openstack-cli-server,neutron-trunk"
4040

4141
- name: Deploy a Kind Cluster
42-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab
42+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc
4343
with:
4444
cluster_name: orc
4545

@@ -66,7 +66,7 @@ jobs:
6666

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

.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
2424
with:
2525
go-version: ${{ steps.vars.outputs.go_version }}
2626

.github/workflows/label-pr.yaml

Lines changed: 1 addition & 1 deletion
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
35+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
3636
with:
3737
go-version: ${{ steps.vars.outputs.go_version }}
3838

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: vars
2525
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
- name: Set up Go
27-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
27+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # tag=v5.0.3

.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
27+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
28+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
2929
with:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131
- name: Run verify security target

0 commit comments

Comments
 (0)