From 4e76cf0822e091314e7cb5d8f6cecfe682bcb796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:46:06 +0000 Subject: [PATCH] chore(deps): Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.6.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `4.1.1` | `4.2.2` | | [release-plz/action](https://github.com/release-plz/action) | `0.5.130` | `0.5.131` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.1` | `3.0.2` | Updates `docker/login-action` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.6.0) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `actions/attest-build-provenance` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v4.1.1...v4.2.2) Updates `release-plz/action` from 0.5.130 to 0.5.131 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/v0.5.130...v0.5.131) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: release-plz/action dependency-version: 0.5.131 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/docker.yml | 6 +++--- .github/workflows/ffmpeg-base.yml | 6 +++--- .github/workflows/release-plz.yml | 2 +- .github/workflows/release.yml | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2bd2f1..fc08c069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -487,7 +487,7 @@ jobs: key: feature-clippy-ffmpeg-webrtc - name: Log in to GHCR # The base image package is read via the workflow token (packages: read). - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -668,7 +668,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || needs.changes.outputs.code == 'true' }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 - name: install @asyncapi/cli @@ -892,7 +892,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || needs.changes.outputs.code == 'true' }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -932,7 +932,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || needs.changes.outputs.code == 'true' }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -971,7 +971,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || needs.changes.outputs.code == 'true' }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1e80307e..8c3184a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -86,7 +86,7 @@ jobs: # Login + push only when NOT a pull_request (forks must not publish). - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -154,7 +154,7 @@ jobs: uses: docker/setup-buildx-action@v4.2.0 - name: Log in to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -219,7 +219,7 @@ jobs: if [ "$sbom" = "null" ] || [ -z "$sbom" ]; then echo "::error::merged manifest lost SBOM"; exit 1; fi - name: Attest build provenance - uses: actions/attest-build-provenance@v4.1.1 + uses: actions/attest-build-provenance@v4.2.2 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.manifest.outputs.digest }} diff --git a/.github/workflows/ffmpeg-base.yml b/.github/workflows/ffmpeg-base.yml index 00245373..b976d700 100644 --- a/.github/workflows/ffmpeg-base.yml +++ b/.github/workflows/ffmpeg-base.yml @@ -94,7 +94,7 @@ jobs: - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -164,7 +164,7 @@ jobs: uses: docker/setup-buildx-action@v4.2.0 - name: Log in to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -202,7 +202,7 @@ jobs: if [ "$sbom" = "null" ] || [ -z "$sbom" ]; then echo "::error::merged manifest lost SBOM"; exit 1; fi - name: Attest build provenance - uses: actions/attest-build-provenance@v4.1.1 + uses: actions/attest-build-provenance@v4.2.2 with: subject-name: ${{ env.IMAGE }} subject-digest: ${{ steps.manifest.outputs.digest }} diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index e2545b2c..f0480beb 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -41,7 +41,7 @@ jobs: uses: dtolnay/rust-toolchain@stable # matches ci.yml + rust-toolchain.toml (channel = stable) - name: Run release-plz - uses: release-plz/action@v0.5.130 # v0.5.129 + uses: release-plz/action@v0.5.131 # v0.5.129 with: command: release-pr env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad160e74..7f05d3ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,12 +200,12 @@ jobs: echo "checksum=dist/${STAGE}.tar.gz.sha256" >> "$GITHUB_OUTPUT" - name: Attest build provenance - uses: actions/attest-build-provenance@v4.1.1 # v4 (4.1.0) + uses: actions/attest-build-provenance@v4.2.2 # v4 (4.1.0) with: subject-path: ${{ steps.package.outputs.archive }} - name: Attach to GitHub Release - uses: softprops/action-gh-release@v3.0.1 # v2 (2.4.1) + uses: softprops/action-gh-release@v3.0.2 # v2 (2.4.1) with: prerelease: ${{ contains(github.ref_name, '-') }} files: |