Skip to content

chore(deps): bump the dependencies group with 10 updates#594

Merged
jmeridth merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-4cc0d8a0c4
Jul 16, 2026
Merged

chore(deps): bump the dependencies group with 10 updates#594
jmeridth merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-4cc0d8a0c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 10 updates:

Package From To
github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml 1.2.1 1.2.2
step-security/harden-runner 2.19.4 2.20.0
github/codeql-action/init 4.36.3 4.37.0
github/codeql-action/analyze 4.36.3 4.37.0
github-community-projects/contributors 2.0.17 2.0.18
astral-sh/setup-uv 8.2.0 8.3.2
github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml 1.2.1 1.2.2
github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml 1.2.1 1.2.2
github/codeql-action/upload-sarif 4.36.3 4.37.0
actions/stale 10.3.0 10.4.0

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml from 1.2.1 to 1.2.2

Release notes

Sourced from github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml's releases.

v1.2.2

Changelog

🐛 Bug Fixes

  • fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal @​jmeridth (#168)

🧰 Maintenance

  • chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the dependencies group @dependabot[bot] (#166)
  • chore(deps): bump docker/login-action from 4.3.0 to 4.4.0 in the dependencies group @dependabot[bot] (#165)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#164)
  • chore(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 in the dependencies group @dependabot[bot] (#163)
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 in the dependencies group @dependabot[bot] (#162)
  • chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 in the dependencies group @dependabot[bot] (#161)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#160)
  • chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the dependencies group @dependabot[bot] (#159)

See details of all code changes since previous release

Commits
  • 5193129 fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal (#168)
  • 9d05a91 chore(deps): bump step-security/harden-runner in the dependencies group (#166)
  • 438f710 chore(deps): bump docker/login-action in the dependencies group (#165)
  • 11dd5e8 chore(deps): bump the dependencies group with 2 updates (#164)
  • 058dbc6 chore(deps): bump docker/build-push-action in the dependencies group (#163)
  • 8f5f55a chore(deps): bump goreleaser/goreleaser-action in the dependencies group (#162)
  • e04ca4c chore(deps): bump actions/attest-build-provenance (#161)
  • 47b31ad chore(deps): bump the dependencies group with 2 updates (#160)
  • 982bcd8 Merge pull request #159 from github-community-projects/dependabot/github_acti...
  • c64e60b chore(deps): bump actions/setup-go in the dependencies group
  • See full diff in compare view

Updates step-security/harden-runner from 2.19.4 to 2.20.0

Release notes

Sourced from step-security/harden-runner's releases.

v2.20.0

What's Changed

  • Support for block policy for MacOS and Windows GitHub-hosted runners
  • Support for Bitrise MacOS GitHub Actions runners
  • HTTPS monitoring support for Bun for Linux runners (enterprise tier)

Full Changelog: step-security/harden-runner@v2.19.4...v2.20.0

Commits
  • bf7454d Merge pull request #673 from step-security/fix/aggregate-error-startup-hang
  • 1188420 Update non-TLS agent to v0.16.2
  • 162cfea Update non-TLS agent to v0.16.1
  • eb9e1f4 Bring macOS runner updates from PR 674
  • 1a10b01 Update Windows agent to v1.0.7
  • 8b4a105 Apply npm audit fixes with release-age cooldown
  • 3626e03 Default TLS status check failures to enabled
  • 100e08b Update agent-ebpf to v1.8.12
  • 774f75f Update agent to v1.8.9
  • f312657 Extend missing-agent-dir guard to Linux and macOS cleanup paths
  • Additional commits viewable in compare view

Updates github/codeql-action/init from 4.36.3 to 4.37.0

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973
Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

... (truncated)

Commits
  • 99df26d Merge pull request #3996 from github/update-v4.37.0-c7c896d71
  • 31c2707 Add changenote for #3973
  • 72df218 Update changelog for v4.37.0
  • c7c896d Merge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.0
  • 3f34ff0 Add changelog note
  • 43bec09 Update default bundle to codeql-bundle-v2.26.0
  • f58f0d1 Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands
  • 7dc37cb Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...
  • 8e22350 Thread ActionState to initConfig
  • 69c9e8c Mark some status-report imports as type-only to avoid circular dependencies
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.36.3 to 4.37.0

Release notes

Sourced from github/codeql-action/analyze's releases.

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973
Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

... (truncated)

Commits
  • 99df26d Merge pull request #3996 from github/update-v4.37.0-c7c896d71
  • 31c2707 Add changenote for #3973
  • 72df218 Update changelog for v4.37.0
  • c7c896d Merge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.0
  • 3f34ff0 Add changelog note
  • 43bec09 Update default bundle to codeql-bundle-v2.26.0
  • f58f0d1 Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands
  • 7dc37cb Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...
  • 8e22350 Thread ActionState to initConfig
  • 69c9e8c Mark some status-report imports as type-only to avoid circular dependencies
  • Additional commits viewable in compare view

Updates github-community-projects/contributors from 2.0.17 to 2.0.18

Release notes

Sourced from github-community-projects/contributors's releases.

v2.0.18

Changelog

🧰 Maintenance

See details of all code changes since previous release

Commits
  • 7e07777 refactor: migrate from github3.py to PyGithub (#509)
  • f29a301 chore(deps): bump python from 44dd044 to b877e50 (#504)
  • 57fa22e chore(deps): bump the dependencies group with 4 updates (#506)
  • 6c35a2c chore(deps): bump pytest from 9.1.0 to 9.1.1 in the dependencies group (#505)
  • a19faf7 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#507)
  • ad70b0b chore(deps): bump github-community-projects/contributors (#502)
  • cf8e903 chore(deps): bump python in the dependencies group (#501)
  • fffefbc chore(deps): bump the dependencies group with 2 updates (#503)
  • 476ee20 test: achieve 100% test coverage and require it in Makefile (#500)
  • See full diff in compare view

Updates astral-sh/setup-uv from 8.2.0 to 8.3.2

Commits
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • e80544d chore: update known checksums for 0.11.28 (#947)
  • f98e069 Change update-docs PR labels from 'update-docs' to 'documentation' (#945)
  • cd46263 chore: update known checksums for 0.11.27 (#944)
  • 11245c7 docs: update version references to v8.3.0 (#939)
  • d31148d Strip environment markers from detected uv dependency pins (#938)
  • 17c3989 Fix cache keys for Python version ranges (#937)
  • 3cc3c11 chore(deps): roll up Dependabot updates (#936)
  • 9225f84 chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#924)
  • Additional commits viewable in compare view

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml from 1.2.1 to 1.2.2

Release notes

Sourced from github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml's releases.

v1.2.2

Changelog

🐛 Bug Fixes

  • fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal @​jmeridth (#168)

🧰 Maintenance

  • chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the dependencies group @dependabot[bot] (#166)
  • chore(deps): bump docker/login-action from 4.3.0 to 4.4.0 in the dependencies group @dependabot[bot] (#165)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#164)
  • chore(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 in the dependencies group @dependabot[bot] (#163)
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 in the dependencies group @dependabot[bot] (#162)
  • chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 in the dependencies group @dependabot[bot] (#161)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#160)
  • chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the dependencies group @dependabot[bot] (#159)

See details of all code changes since previous release

Commits
  • 5193129 fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal (#168)
  • 9d05a91 chore(deps): bump step-security/harden-runner in the dependencies group (#166)
  • 438f710 chore(deps): bump docker/login-action in the dependencies group (#165)
  • 11dd5e8 chore(deps): bump the dependencies group with 2 updates (#164)
  • 058dbc6 chore(deps): bump docker/build-push-action in the dependencies group (#163)
  • 8f5f55a chore(deps): bump goreleaser/goreleaser-action in the dependencies group (#162)
  • e04ca4c chore(deps): bump actions/attest-build-provenance (#161)
  • 47b31ad chore(deps): bump the dependencies group with 2 updates (#160)
  • 982bcd8 Merge pull request #159 from github-community-projects/dependabot/github_acti...
  • c64e60b chore(deps): bump actions/setup-go in the dependencies group
  • See full diff in compare view

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml from 1.2.1 to 1.2.2

Release notes

Sourced from github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml's releases.

v1.2.2

Changelog

🐛 Bug Fixes

  • fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal @​jmeridth (#168)

🧰 Maintenance

  • chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the dependencies group @dependabot[bot] (#166)
  • chore(deps): bump docker/login-action from 4.3.0 to 4.4.0 in the dependencies group @dependabot[bot] (#165)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#164)
  • chore(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 in the dependencies group @dependabot[bot] (#163)
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 in the dependencies group @dependabot[bot] (#162)
  • chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 in the dependencies group @dependabot[bot] (#161)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#160)
  • chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the dependencies group @dependabot[bot] (#159)

See details of all code changes since previous release

Commits
  • 5193129 fix(release): pin checkout ref to base repo to avoid v7 fork-PR refusal (#168)
  • 9d05a91 chore(deps): bump step-security/harden-runner in the dependencies group (#166)
  • 438f710 chore(deps): bump docker/login-action in the dependencies group (#165)
  • 11dd5e8 chore(deps): bump the dependencies group with 2 updates (#164)
  • 058dbc6 chore(deps): bump docker/build-push-action in the dependencies group (#163)
  • 8f5f55a chore(deps): bump goreleaser/goreleaser-action in the dependencies group (#162)
  • e04ca4c chore(deps): bump actions/attest-build-provenance (#161)
  • 47b31ad chore(deps): bump the dependencies group with 2 updates (#160)
  • 982bcd8 Merge pull request #159 from github-community-projects/dependabot/github_acti...
  • c64e60b chore(deps): bump actions/setup-go in the dependencies group
  • See full diff in compare view

Updates github/codeql-action/upload-sarif from 4.36.3 to 4.37.0

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

... (truncated)

Commits
  • 99df26d Merge pull request #3996 from github/update-v4.37.0-c7c896d71
  • 31c2707 Add changenote for #3973
  • 72df218 Update changelog for v4.37.0
  • c7c896d Merge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.0
  • 3f34ff0 Add changelog note
  • 43bec09 Update default bundle to codeql-bundle-v2.26.0
  • f58f0d1 Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands
  • 7dc37cb Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-sh...
  • 8e22350 Thread ActionState to initConfig
  • 69c9e8c Mark some status-report imports as type-only to avoid circular dependencies
  • Additional commits viewable in compare view

Updates actions/stale from 10.3.0 to 10.4.0

Release notes

Sourced from actions/stale's releases.

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

Commits
  • 1e223db Bump undici to 6.27.0 via override, clean up stale license files, and version...
  • 9461cb1 fix: only-issue-types does not affect PRs (#1338)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `1.2.1` | `1.2.2` |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.4` | `2.20.0` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` |
| [github-community-projects/contributors](https://github.com/github-community-projects/contributors) | `2.0.17` | `2.0.18` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `8.3.2` |
| [github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `1.2.1` | `1.2.2` |
| [github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `1.2.1` | `1.2.2` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.36.3` | `4.37.0` |
| [actions/stale](https://github.com/actions/stale) | `10.3.0` | `10.4.0` |


Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases)
- [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release.md)
- [Commits](github-community-projects/ospo-reusable-workflows@7fc8753...5193129)

Updates `step-security/harden-runner` from 2.19.4 to 2.20.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@9af89fc...bf7454d)

Updates `github/codeql-action/init` from 4.36.3 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@54f647b...99df26d)

Updates `github/codeql-action/analyze` from 4.36.3 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@54f647b...99df26d)

Updates `github-community-projects/contributors` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/github-community-projects/contributors/releases)
- [Commits](github-community-projects/contributors@b518e14...7e07777)

Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@fac544c...11f9893)

Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases)
- [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release.md)
- [Commits](github-community-projects/ospo-reusable-workflows@7fc8753...5193129)

Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases)
- [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release.md)
- [Commits](github-community-projects/ospo-reusable-workflows@7fc8753...5193129)

Updates `github/codeql-action/upload-sarif` from 4.36.3 to 4.37.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@54f647b...99df26d)

Updates `actions/stale` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@eb5cf3a...1e223db)

---
updated-dependencies:
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github-community-projects/contributors
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: actions/stale
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 16, 2026
@dependabot
dependabot Bot requested review from jmeridth and zkoppert as code owners July 16, 2026 21:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 16, 2026
@jmeridth
jmeridth enabled auto-merge (squash) July 16, 2026 21:40
@jmeridth
jmeridth merged commit a31c833 into main Jul 16, 2026
38 checks passed
@jmeridth
jmeridth deleted the dependabot/github_actions/dependencies-4cc0d8a0c4 branch July 16, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant