From a8289cd92f570efc8eb1aa2aeeca1cc8a9c219c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 17:40:24 +0000 Subject: [PATCH] Bump the copier-actions group across 1 directory with 3 updates Bumps the copier-actions group with 3 updates in the / directory: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [github/codeql-action](https://github.com/github/codeql-action). Updates `prefix-dev/setup-pixi` from 0.8.3 to 0.8.8 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/92815284c57faa15cd896c4d5cfb2d59f32dc43d...19eac09b398e3d0c747adc7921926a6d802df4da) Updates `peter-evans/create-pull-request` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/dd2324fc52d5d43c699a5636bcf19fceaa70c284...271a8d0340265f705b14b6d32b9829c1cb33d45e) Updates `github/codeql-action` from 97a2bfd2a3d26d458da69e548f7f859d6fca634d to 5eb3ed6614230b1931d5c08df9e096e4ba524f21 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/97a2bfd2a3d26d458da69e548f7f859d6fca634d...5eb3ed6614230b1931d5c08df9e096e4ba524f21) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: copier-actions - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: copier-actions - dependency-name: github/codeql-action dependency-version: 5eb3ed6614230b1931d5c08df9e096e4ba524f21 dependency-type: direct:production dependency-group: copier-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-versions.yml | 4 ++-- .github/workflows/ci-copier.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump-versions.yml b/.github/workflows/bump-versions.yml index 902abee..a9c9fb1 100644 --- a/.github/workflows/bump-versions.yml +++ b/.github/workflows/bump-versions.yml @@ -17,14 +17,14 @@ jobs: - name: Checkout branch uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up pixi - uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3 + uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8 with: activate-environment: true - name: Update ${{ matrix.name }} run: python -m scripts.${{ matrix.script }} env: GH_TOKEN: ${{ github.token }} - - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7 + - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: commit-message: Auto-update ${{ matrix.name }} title: Auto-update ${{ matrix.name }} diff --git a/.github/workflows/ci-copier.yml b/.github/workflows/ci-copier.yml index 761f3be..5937626 100644 --- a/.github/workflows/ci-copier.yml +++ b/.github/workflows/ci-copier.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout branch uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up pixi - uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3 + uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8 with: environments: default lint - name: pre-commit @@ -29,7 +29,7 @@ jobs: - name: Checkout branch uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up pixi - uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3 + uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8 - name: Test run: pixi run test --color=yes env: @@ -50,7 +50,7 @@ jobs: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3 + uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8 with: activate-environment: true - name: Generate branch name diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2e1f0b6..482e068 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -74,6 +74,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@97a2bfd2a3d26d458da69e548f7f859d6fca634d # v3.28.15 + uses: github/codeql-action/upload-sarif@5eb3ed6614230b1931d5c08df9e096e4ba524f21 # v3.28.15 with: sarif_file: results.sarif