Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c57622

Browse files
authoredJan 1, 2025··
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/setup-go](https://github.com/actions/setup-go), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/cache](https://github.com/actions/cache) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/setup-go` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@c47758b...6524bf6) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@5e91468...67ccf78) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83699b1 commit 8c57622

7 files changed

+16
-16
lines changed
 

‎.github/workflows/docker-main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
19+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2020
with:
2121
go-version: 1.23.x
2222

@@ -33,7 +33,7 @@ jobs:
3333
type=sha
3434
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
36+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
3737

3838
- name: Login to DockerHub
3939
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

‎.github/workflows/docker-version-branches.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
19+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2020
with:
2121
go-version: 1.23.x
2222

@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
3737

3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
39+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
4040

4141
- name: Login to DockerHub
4242
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

‎.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1313

14-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
14+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1515
with:
1616
go-version: 1.23.x
1717

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
18+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1919
with:
2020
go-version: 1.22.x
2121
cache: false

‎.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=sha
3333
3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
35+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
3636

3737
- name: Login to DockerHub
3838
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKERHUB_TOKEN }}
4242

4343
- name: Setup Go
44-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
44+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
4545
with:
4646
go-version: 1.23.x
4747

‎.github/workflows/test.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
18+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1919
with:
2020
go-version: 1.23.x
2121
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
@@ -34,7 +34,7 @@ jobs:
3434
test:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
37+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
3838
with:
3939
go-version: 1.23.x
4040
- name: set env vars
@@ -43,14 +43,14 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: cache go binaries
46-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
46+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
4747
id: cache-go-bin
4848
with:
4949
path: ~/go/bin
5050
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
5151
restore-keys: ${{ runner.os }}-go-bin
5252

53-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
53+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
5454
with:
5555
path: |
5656
~/go/pkg/mod
@@ -68,11 +68,11 @@ jobs:
6868
build:
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
71+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
7272
with:
7373
go-version: 1.23.x
7474
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
75-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
75+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
7676
with:
7777
path: |
7878
~/go/pkg/mod

‎.github/workflows/update-core.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Setup Go
15-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
15+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1616
with:
1717
go-version: 1.23.x
1818
- name: Update Core
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Create Pull Request
3131
if: ${{ steps.git-diff.outputs.changed }} == 'true'
32-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
32+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
3333
with:
3434
author: GitHub Actions <apparitor@users.noreply.github.com>
3535
body: "This PR updates the Pomerium Core to the latest commit in main"

0 commit comments

Comments
 (0)
Please sign in to comment.