Skip to content

Commit 42de245

Browse files
build(deps): bump the github-actions group with 7 updates
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.6.1` | `5.7.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.10.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.13.0` | `6.15.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.3.0` | `3.6.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.2.0` | `6.5.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.0` | `4.2.2` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.6` | `7.0.7` | Updates `docker/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@369eb59...902fa8e) Updates `docker/setup-buildx-action` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@6524bf6...b5ca514) Updates `docker/build-push-action` from 6.13.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...471d1dc) Updates `docker/setup-qemu-action` from 3.3.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@53851d1...2910929) Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...2226d7c) Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@67ccf78...dd2324f) --- updated-dependencies: - dependency-name: docker/metadata-action 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: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-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-patch 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] <[email protected]>
1 parent 2f2738d commit 42de245

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/docker-main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Docker meta
2424
id: meta
25-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
25+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
2626
with:
2727
# list of Docker images to use as base name for tags
2828
images: |
@@ -33,7 +33,7 @@ jobs:
3333
type=sha
3434
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
36+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
3737

3838
- name: Login to DockerHub
3939
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
@@ -45,7 +45,7 @@ jobs:
4545
run: make build-ci
4646

4747
- name: Docker Publish - Main
48-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
48+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
4949
with:
5050
context: .
5151
file: ./Dockerfile.ci

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Docker meta
2424
id: meta
25-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
25+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
2626
with:
2727
# list of Docker images to use as base name for tags
2828
images: |
@@ -33,10 +33,10 @@ jobs:
3333
type=sha
3434
3535
- name: Set up QEMU
36-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
36+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3737

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

4141
- name: Login to DockerHub
4242
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
@@ -48,7 +48,7 @@ jobs:
4848
run: make build-ci
4949

5050
- name: Docker Publish - Version Branches
51-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
51+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
5252
with:
5353
context: .
5454
file: ./Dockerfile.ci

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: make pomerium-ui
2525

2626
- name: Run golangci-lint
27-
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
27+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
2828
with:
2929
version: v1.60.1
3030
args: --timeout=10m

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Docker meta
2424
id: meta
25-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
25+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
2626
with:
2727
images: |
2828
pomerium/ingress-controller
@@ -32,7 +32,7 @@ jobs:
3232
type=sha
3333
3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
35+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
3636

3737
- name: Login to DockerHub
3838
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
@@ -49,7 +49,7 @@ jobs:
4949
run: make build-ci
5050

5151
- name: Docker Publish - Main
52-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
52+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
5353
with:
5454
context: .
5555
file: ./Dockerfile.ci

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: cache go binaries
46-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
46+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
53+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
5454
with:
5555
path: |
5656
~/go/pkg/mod
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
go-version: 1.23.x
7474
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
75-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
75+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
7676
with:
7777
path: |
7878
~/go/pkg/mod

.github/workflows/update-core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
32+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3333
with:
3434
author: GitHub Actions <[email protected]>
3535
body: "This PR updates the Pomerium Core to the latest commit in main"

0 commit comments

Comments
 (0)