Skip to content

Commit e5b800d

Browse files
dependabot[bot]wallrj-cyberark
authored andcommitted
Bump the all-gh-actions group with 5 updates
Dependabot updated all the actions. I revert changes to makefile-modules controlled actions so that `make verify` will pass. Bumps the all-gh-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.10` | `43.0.12` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2` | `3` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2` | `3` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `renovatebot/github-action` from 43.0.10 to 43.0.12 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@7876d7a...f8af927) Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: renovatebot/github-action dependency-version: 43.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Richard Wall <richard.wall@cyberark.com>
1 parent 026a85d commit e5b800d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
make print-go-version >> "$GITHUB_OUTPUT"
4242
43-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
43+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4444
with:
4545
go-version: ${{ steps.go-version.outputs.result }}
4646

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # needed for keyless signing & google auth
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- uses: ./.github/actions/repo_access
2222
with:
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ secrets.QUAY_USERNAME }}
3333
password: ${{ secrets.QUAY_PASSWORD }}
3434

35-
- uses: actions/setup-go@v5
35+
- uses: actions/setup-go@v6
3636
with:
3737
go-version: ${{ steps.go-version.outputs.result }}
3838

.github/workflows/tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 15
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
make print-go-version >> "$GITHUB_OUTPUT"
2323
24-
- uses: actions/setup-go@v5
24+
- uses: actions/setup-go@v6
2525
with:
2626
go-version: ${{ steps.go-version.outputs.result }}
2727

@@ -41,7 +41,7 @@ jobs:
4141
id-token: write # needed for google auth
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
4747

@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
make print-go-version >> "$GITHUB_OUTPUT"
5555
56-
- uses: actions/setup-go@v5
56+
- uses: actions/setup-go@v6
5757
with:
5858
go-version: ${{ steps.go-version.outputs.result }}
5959

@@ -68,7 +68,7 @@ jobs:
6868
if: contains(github.event.pull_request.labels.*.name, 'test-e2e')
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
with:
7373
fetch-depth: 0
7474

@@ -78,13 +78,13 @@ jobs:
7878

7979
- name: Authenticate to Google Cloud
8080
id: auth
81-
uses: google-github-actions/auth@v2
81+
uses: google-github-actions/auth@v3
8282
with:
8383
credentials_json: '${{ secrets.GCP_SA_KEY }}'
8484

8585
- name: Set up gcloud
8686
id: setup-gcloud
87-
uses: google-github-actions/setup-gcloud@v2
87+
uses: google-github-actions/setup-gcloud@v3
8888
with:
8989
install_components: "gke-gcloud-auth-plugin"
9090
project_id: machineidentitysecurity-jsci-e
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
make print-go-version >> "$GITHUB_OUTPUT"
9898
99-
- uses: actions/setup-go@v5
99+
- uses: actions/setup-go@v6
100100
with:
101101
go-version: ${{ steps.go-version.outputs.result }}
102102

0 commit comments

Comments
 (0)