Skip to content

Commit

Permalink
build(deps): bump the github-actions group across 1 directory with 3 …
Browse files Browse the repository at this point in the history
…updates

Bumps the github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).


Updates `actions/upload-artifact` from 4.4.3 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.6.0)

Updates `docker/setup-qemu-action` from 3.2.0 to 3.4.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.2.0...v3.4.0)

Updates `actions/attest-build-provenance` from 1 to 2
- [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@v1...v2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 55f69e9 commit dcdffca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
podman exec vlmcsd /usr/bin/vlmcs 0.0.0.0:1688
podman rm -f vlmcsd
- run: podman save localhost/vlmcsd:latest > vlmcsd.tar
- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v4.6.0
with:
path: ./vlmcsd.tar
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.vendor=${{ github.actor }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.4.0
with:
platforms: amd64,arm64
- name: Build container with rootless by Buildah
Expand All @@ -69,7 +69,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
- name: Generate artifact attestation to GitHub Container Registry
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.deploy.outputs.digest }}
Expand Down

0 comments on commit dcdffca

Please sign in to comment.