Skip to content

Commit 8fd6ab6

Browse files
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [google-github-actions/get-secretmanager-secrets](https://github.com/google-github-actions/get-secretmanager-secrets), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `google-github-actions/get-secretmanager-secrets` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/google-github-actions/get-secretmanager-secrets/releases) - [Changelog](https://github.com/google-github-actions/get-secretmanager-secrets/blob/main/CHANGELOG.md) - [Commits](google-github-actions/get-secretmanager-secrets@e5bb06c...a844087) Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@7668571...520d128) Updates `docker/setup-buildx-action` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@6524bf6...f7ce87c) Updates `docker/build-push-action` from 6.10.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@48aba3b...ca877d9) --- updated-dependencies: - dependency-name: google-github-actions/get-secretmanager-secrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/attest-build-provenance 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be769bb commit 8fd6ab6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
github-token: ${{ steps.get_token.outputs.token }}
6161
cluster-name: ${{ env.SERVERLESS_PROJECT }}
6262

63-
- uses: google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
63+
- uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
6464
with:
6565
export_to_environment: true
6666
secrets: |-

.github/workflows/prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
name: Release
3434

3535
- name: Generate build provenance (Distribution)
36-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
36+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
3737
with:
3838
subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
3939

4040
- name: Generate build provenance (Packages)
41-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
41+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
4242
with:
4343
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
4444

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
run: ls -al ${{ env.RELEASE_DISTRO }}
4242

4343
- name: Generate build provenance (Distribution)
44-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
44+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
4545
with:
4646
subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
4747

4848
- name: Generate build provenance (Packages)
49-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
49+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
5050
with:
5151
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
5252

5353
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
54+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
5555

5656
- name: Log in to the Elastic Container registry
5757
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build and Push Profiler Docker Image
8181
id: docker-push
8282
continue-on-error: true # continue for now until we see it working in action
83-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
83+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
8484
with:
8585
cache-from: type=gha
8686
cache-to: type=gha,mode=max
@@ -91,7 +91,7 @@ jobs:
9191
labels: ${{ steps.docker-meta.outputs.labels }}
9292

9393
- name: Attest image
94-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
94+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
9595
continue-on-error: true # continue for now until we see it working in action
9696
with:
9797
subject-name: ${{ env.DOCKER_IMAGE_NAME }}

0 commit comments

Comments
 (0)