From 97f62db3b354dbf4fdcdb92eae56d1aa13d234f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:07:38 +0000 Subject: [PATCH] build(deps): bump the github-actions-minor-and-patch group across 1 directory with 4 updates Bumps the github-actions-minor-and-patch group with 4 updates in the / directory: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `prefix-dev/setup-pixi` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/a09b6247153796b190642a2b53fac4241043cf6f...f00437f565399d418b0acc85936d12c1fb668347) Updates `github/codeql-action/init` from 4.37.3 to 4.37.6 - [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/e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81...5595ccaf912efad79be6eef63a5619ff05969be3) Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.6 - [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/e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81...5595ccaf912efad79be6eef63a5619ff05969be3) 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/0f67c3f4856b2e3261c31976d6725780e5e4c373...4d101475d8b20a2381f78447822ac1eab6504dd8) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 6 +++--- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8adcde3..103cd35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 if: startsWith(matrix.target, 'linux-') with: cache: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7d2e0e3..a692cb3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,10 +24,10 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false - - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 with: cache: true - - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 + - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 with: languages: c-cpp build-mode: manual @@ -36,4 +36,4 @@ jobs: -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_TESTING=OFF pixi run cmake --build build/codeql - - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 + - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3d5d939..16e26b8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false - - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 with: cache: true - run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b87b6f8..b4f60a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: --output "${RUNNER_TEMP}/release-notes.md" echo "version=${version}" >>"${GITHUB_OUTPUT}" - - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 with: cache: true - run: pixi run check @@ -219,7 +219,7 @@ jobs: with: name: release-bundle path: release - - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 with: subject-path: release/dist/netft-cli-*