From 74aa74e6404869014cb5249a53a549c6217f710b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:08:39 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 5 updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `46.2.4` | `46.3.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.37.9` | `4.38.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `5.0.0` | `5.0.1` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `10.0.1` | `10.1.0` | | [AndreasAugustin/actions-template-sync](https://github.com/andreasaugustin/actions-template-sync) | `2.5.3` | `2.6.0` | Updates `renovatebot/github-action` from 46.2.4 to 46.3.1 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/5402b206248e5a8c8427a15102702eb9c1793efc...dcfba84a42d1b5d5e49bf131b1bf53511851a123) Updates `github/codeql-action` from 4.37.9 to 4.38.0 - [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/v4.37.9...v4.38.0) Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) Updates `astral-sh/setup-uv` from 10.0.1 to 10.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/20cfd1bf945f4377ade1205e4dbc17946fc9a30d...bec219d24cd3e171d82865faccec33120bb574f4) Updates `AndreasAugustin/actions-template-sync` from 2.5.3 to 2.6.0 - [Release notes](https://github.com/andreasaugustin/actions-template-sync/releases) - [Changelog](https://github.com/AndreasAugustin/actions-template-sync/blob/main/CHANGELOG.md) - [Commits](https://github.com/andreasaugustin/actions-template-sync/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: AndreasAugustin/actions-template-sync dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: renovatebot/github-action dependency-version: 46.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_local_daily.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/docs-publish.yml | 2 +- .github/workflows/on-pr.yml | 2 +- .github/workflows/template-sync.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 8654aa2..aa7ebd3 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run renovate - uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4 + uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 with: token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02e3b0b..4e8510d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -78,7 +78,7 @@ jobs: github-app-client-id: ${{ inputs.github-app-client-id }} github-app-private-key: ${{ secrets.github-app-private-key }} - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.9 + uses: github/codeql-action/init@v4.38.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,7 +89,7 @@ jobs: run: ${{ inputs.build-script }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.9 + uses: github/codeql-action/analyze@v4.38.0 with: category: "/language:${{matrix.language}}" output: sarif-results.sarif diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 9879320..d8f1fa1 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -296,7 +296,7 @@ jobs: - name: Deploy artifact to GitHub Pages if: steps.metadata.outputs.should_deploy == 'true' && inputs.deployment_type != 'legacy' id: deploy-pages - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ env.PAGES_ARTIFACT_NAME }} diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 798d95b..42f9662 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -227,7 +227,7 @@ jobs: unique-cache-name: ${{ github.job }} - name: ⚙️ Setup uv if: ${{ !cancelled() && (steps.detect.outputs.has_precommit == 'true' || steps.detect.outputs.has_python_uv == 'true') }} - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 - name: 🧹 Run pre-commit checks if: ${{ !cancelled() && steps.detect.outputs.has_precommit == 'true' && !inputs.skip-pre-commit }} diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 71b4e7b..30f2479 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -76,7 +76,7 @@ jobs: github-app-client-id: ${{ inputs.github-app-client-id }} github-app-private-key: ${{ secrets.github-app-private-key }} - name: Sync Template Changes - uses: AndreasAugustin/actions-template-sync@v2.5.3 + uses: AndreasAugustin/actions-template-sync@v2.6.0 with: source_gh_token: ${{ secrets.SCORE_APPROVALS_PAT}} target_gh_token: ${{ secrets.SCORE_APPROVALS_PAT}}