Skip to content

Commit 6fcf26a

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 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) 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/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/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 6fcf26a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ 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

@@ -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)