From e6c7b50cd74ec4046f01f60e22c749302c26ef38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:51:13 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/attest-build-provenance` from 3 to 4 - [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/v3...v4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 12 ++++++------ .github/workflows/lint-and-format.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8ffdd05..26bf0c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: platform: ['chrome', 'firefox'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Prepare manifest.json run: | @@ -58,12 +58,12 @@ jobs: - name: Attest if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: '${{ github.workspace }}/screenly-${{ matrix.platform }}-extension.zip' - name: Upload Archive as Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: screenly-${{ matrix.platform }}-extension path: artifacts/dist @@ -77,7 +77,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: allowUpdates: true generateReleaseNotes: true @@ -98,7 +98,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Upload SBOM uses: sbomify/github-action@master @@ -113,6 +113,6 @@ jobs: ENRICH: true - name: Attest build - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: '${{ github.workspace }}/${{ matrix.platform }}-extension.cdx.json' diff --git a/.github/workflows/lint-and-format.yaml b/.github/workflows/lint-and-format.yaml index bada220..53d261b 100644 --- a/.github/workflows/lint-and-format.yaml +++ b/.github/workflows/lint-and-format.yaml @@ -17,7 +17,7 @@ jobs: name: Run ESLint steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build Docker images run: | docker compose build @@ -30,7 +30,7 @@ jobs: name: Run Prettier steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build Docker images run: | docker compose build diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1be3de4..87f1705 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: platform: ['chrome', 'firefox'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Prepare manifest.json run: |