From 7fe5773e0822f2aabced64453701b72d95bf04ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:46:49 +0000 Subject: [PATCH] [CI] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `DeterminateSystems/determinate-nix-action` from 3.21.0 to 3.21.1 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/4eea0b33e3d1f02ecfe37cf16e7204c424009606...9adf02b41cfdac2632e1c16f0480ff5bf3b05dd6) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/anneal-release.yml | 6 +++--- .github/workflows/anneal.yml | 4 ++-- .github/workflows/backport-pr.yml | 2 +- .github/workflows/release-crate-version.yml | 2 +- .github/workflows/roll-pinned-toolchain-versions.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anneal-release.yml b/.github/workflows/anneal-release.yml index 390dd4f397..09257d0067 100644 --- a/.github/workflows/anneal-release.yml +++ b/.github/workflows/anneal-release.yml @@ -264,7 +264,7 @@ jobs: df -h - name: Install Nix - uses: DeterminateSystems/determinate-nix-action@4eea0b33e3d1f02ecfe37cf16e7204c424009606 # v3.21.0 + uses: DeterminateSystems/determinate-nix-action@9adf02b41cfdac2632e1c16f0480ff5bf3b05dd6 # v3.21.1 # On Ubuntu 24.04 (currently `ubuntu-latest`), AppArmor restricts unprivileged user namespaces by default. # The Nix build sandbox uses `bubblewrap` for Linux FHS execution, which requires creating a user namespace. @@ -387,7 +387,7 @@ jobs: - name: Submit PR id: submit-pr-upstream if: github.repository == 'google/zerocopy' - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: commit-message: "Release Anneal ${{ github.event.inputs.version }}" author: Google PR Creation Bot @@ -405,7 +405,7 @@ jobs: - name: Submit PR (fork test) id: submit-pr-fork if: github.repository != 'google/zerocopy' - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: commit-message: "Release Anneal ${{ github.event.inputs.version }}" author: Google PR Creation Bot diff --git a/.github/workflows/anneal.yml b/.github/workflows/anneal.yml index 6edf7bf2df..881da53ecb 100644 --- a/.github/workflows/anneal.yml +++ b/.github/workflows/anneal.yml @@ -63,7 +63,7 @@ jobs: bash anneal/tools/check-release-flow-dry-run.sh - name: Install Nix - uses: DeterminateSystems/determinate-nix-action@4eea0b33e3d1f02ecfe37cf16e7204c424009606 # v3.21.0 + uses: DeterminateSystems/determinate-nix-action@9adf02b41cfdac2632e1c16f0480ff5bf3b05dd6 # v3.21.1 - name: Check V2 flake evaluation run: bash anneal/v2/check-flake-eval.sh @@ -299,7 +299,7 @@ jobs: key: anneal-v2-pr-nix-cache-v1-${{ runner.os }}-${{ runner.arch }}-pr-${{ github.event.pull_request.number }}-${{ hashFiles('anneal/v2/flake.nix', 'anneal/v2/flake.lock', 'anneal/v2/rewrite-lake-vendor.py', 'anneal/v2/prune-lake-cache.py') }} - name: Install Nix - uses: DeterminateSystems/determinate-nix-action@4eea0b33e3d1f02ecfe37cf16e7204c424009606 # v3.21.0 + uses: DeterminateSystems/determinate-nix-action@9adf02b41cfdac2632e1c16f0480ff5bf3b05dd6 # v3.21.1 # On Ubuntu 24.04 (currently `ubuntu-latest`), AppArmor restricts unprivileged user namespaces by default. # The Nix build sandbox runs `steam-run` (which uses `bubblewrap`/`bwrap`) during the `mathlib-cache-download` diff --git a/.github/workflows/backport-pr.yml b/.github/workflows/backport-pr.yml index 1ba9a250dd..909eb10bef 100644 --- a/.github/workflows/backport-pr.yml +++ b/.github/workflows/backport-pr.yml @@ -62,7 +62,7 @@ jobs: echo "AUTHOR=$AUTHOR" >> $GITHUB_ENV - name: Submit PR - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: author: "${{ env.AUTHOR }}" committer: "${{ env.AUTHOR }}" diff --git a/.github/workflows/release-crate-version.yml b/.github/workflows/release-crate-version.yml index 192c8a853a..2c3b5eb194 100644 --- a/.github/workflows/release-crate-version.yml +++ b/.github/workflows/release-crate-version.yml @@ -44,7 +44,7 @@ jobs: - name: Submit PR id: submit-pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: commit-message: "Release ${{ github.event.inputs.version }}" author: Google PR Creation Bot diff --git a/.github/workflows/roll-pinned-toolchain-versions.yml b/.github/workflows/roll-pinned-toolchain-versions.yml index 8626ecf2f7..fcf64b82aa 100644 --- a/.github/workflows/roll-pinned-toolchain-versions.yml +++ b/.github/workflows/roll-pinned-toolchain-versions.yml @@ -118,7 +118,7 @@ jobs: - name: Submit PR id: submit-pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: commit-message: "[ci] Roll pinned ${{ matrix.toolchain }} toolchain" author: Google PR Creation Bot @@ -164,7 +164,7 @@ jobs: sed -i -E -e "s/^( *kani-version:)( [0-9]+\.[0-9]+\.[0-9]+)/\1 $KANI_LATEST/" .github/workflows/ci.yml - name: Submit PR id: submit-pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 # zizmor: ignore[superfluous-actions] + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.0 # zizmor: ignore[superfluous-actions] with: commit-message: "[ci] Roll pinned Kani version" author: Google PR Creation Bot