From f6b4a18c14622052eeff0ae26d456afad341eec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:33:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/attest-build-provena?= =?UTF-8?q?nce=20from=201=20to=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/attest-build-provenance](https://github.com/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](https://github.com/actions/attest-build-provenance/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/proxy-scraper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a7ecae..e145f9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - run: uv run --extra non-termux --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads --lto=yes proxy_spider - run: mv config.toml proxy_spider.dist/ - if: ${{ github.event_name != 'pull_request' }} - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: proxy_spider.dist - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/proxy-scraper.yml b/.github/workflows/proxy-scraper.yml index a31e579..7f36711 100644 --- a/.github/workflows/proxy-scraper.yml +++ b/.github/workflows/proxy-scraper.yml @@ -25,7 +25,7 @@ jobs: - run: uv run --extra non-termux --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads --lto=yes proxy_spider - run: mv config.toml proxy_spider.dist/ - if: ${{ github.event_name != 'pull_request' }} - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: proxy_spider.dist - uses: actions/upload-artifact@v4