Skip to content

chore(deps): bump the dependencies group with 7 updates#418

Merged
jmeridth merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-09fc4d71a1
Jun 3, 2026
Merged

chore(deps): bump the dependencies group with 7 updates#418
jmeridth merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-09fc4d71a1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 7 updates:

Package From To
github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml 1.0.1 1.1.0
step-security/harden-runner 2.19.1 2.19.4
github/codeql-action 4.35.4 4.36.0
github-community-projects/contributors 2.0.12 2.0.15
github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml 1.0.1 1.1.0
github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml 1.0.1 1.1.0
actions/stale 10.2.0 10.3.0

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml from 1.0.1 to 1.1.0

Release notes

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

v1.1.0

Changelog

🚀 Features

🧰 Maintenance

  • chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 in the dependencies group @dependabot[bot] (#147)
  • chore(deps): bump alpine from 3.23.3 to 3.23.4 @dependabot[bot] (#146)
  • chore(deps): bump the dependencies group across 1 directory with 4 updates @dependabot[bot] (#145)
  • chore(deps): bump actions/stale from 10.2.0 to 10.3.0 in the dependencies group @dependabot[bot] (#143)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#142)
  • chore(deps): bump step-security/harden-runner from 2.19.1 to 2.19.2 in the dependencies group @dependabot[bot] (#140)
  • chore(deps): bump the dependencies group with 3 updates @dependabot[bot] (#139)

See details of all code changes since previous release

Commits
  • 6d7a83e feat(release): add SBOM-to-archive attestation linkage (#141)
  • 50ddb99 chore(deps): bump release-drafter/release-drafter (#147)
  • bf3675a chore(deps): bump alpine from 3.23.3 to 3.23.4 (#146)
  • 2a6c89b chore(deps): bump the dependencies group across 1 directory with 4 updates (#...
  • bacd386 chore(deps): bump actions/stale in the dependencies group (#143)
  • 0baf738 chore(deps): bump the dependencies group with 2 updates (#142)
  • 0817309 chore(deps): bump step-security/harden-runner in the dependencies group (#140)
  • f7fa297 chore(deps): bump the dependencies group with 3 updates (#139)
  • See full diff in compare view

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

Release notes

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

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

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

v2.19.3

What's Changed

Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3

v2.19.2

What's Changed

  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2

Commits
  • 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6
  • 485dce8 Update agent to v1.8.6
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • See full diff in compare view

Updates github/codeql-action from 4.35.4 to 4.36.0

Release notes

Sourced from github/codeql-action's releases.

v4.36.0

  • 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

v4.35.5

  • 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
Changelog

Sourced from github/codeql-action'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.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

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

... (truncated)

Commits
  • 7211b7c Merge pull request #3927 from github/update-v4.36.0-ebc2d9e2b
  • 7740f2f Update changelog for v4.36.0
  • ebc2d9e Merge pull request #3926 from github/update-bundle/codeql-bundle-v2.25.5
  • d1f74b7 Add changelog note
  • 2dc40ce Update default bundle to codeql-bundle-v2.25.5
  • 8449852 Merge pull request #3910 from github/henrymercer/repo-size-diff-check
  • 72ac23c Update excluded required check list
  • c5297a2 Merge pull request #3919 from github/henrymercer/workflow-concurrency
  • 8ffeae7 CI: Automatically cancel non-generated workflows
  • f3f52bf Revert getErrorMessage import
  • Additional commits viewable in compare view

Updates github-community-projects/contributors from 2.0.12 to 2.0.15

Release notes

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

v2.0.15

Changelog

🧰 Maintenance

  • chore(deps): bump types-requests from 2.33.0.20260503 to 2.33.0.20260508 @dependabot[bot] (#480)
  • chore(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 @dependabot[bot] (#479)
  • chore(deps): bump the dependencies group with 4 updates @dependabot[bot] (#476)
  • chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml from 0.6.0 to 1.0.1 @dependabot[bot] (#477)
  • chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml from 0.6.0 to 1.0.1 @dependabot[bot] (#478)

See details of all code changes since previous release

v2.0.14

Changelog

🧰 Maintenance

See details of all code changes since previous release

v2.0.13

Changelog

🧰 Maintenance

See details of all code changes since previous release

Commits
  • 4fda46a chore(deps): bump types-requests from 2.33.0.20260503 to 2.33.0.20260508 (#480)
  • 0c000bc chore(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 (#479)
  • 27d9e0d chore(deps): bump the dependencies group with 4 updates (#476)
  • 39be5fe chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/w...
  • 1ee3be0 chore(deps): bump github-community-projects/ospo-reusable-workflows/.github/w...
  • e9d8398 Merge pull request #482 from github-community-projects/dependabot/uv/idna-3.15
  • 40138d9 chore(deps): bump idna from 3.11 to 3.15
  • f013111 Merge pull request #481 from github-community-projects/dependabot/uv/mypy-2.0.0
  • 7b36c2d chore(deps): bump mypy from 1.20.2 to 2.0.0
  • 4eab98a Merge pull request #474 from github-community-projects/dependabot/uv/pygments...
  • Additional commits viewable in compare view

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml from 1.0.1 to 1.1.0

Release notes

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

v1.1.0

Changelog

🚀 Features

🧰 Maintenance

  • chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 in the dependencies group @dependabot[bot] (#147)
  • chore(deps): bump alpine from 3.23.3 to 3.23.4 @dependabot[bot] (#146)
  • chore(deps): bump the dependencies group across 1 directory with 4 updates @dependabot[bot] (#145)
  • chore(deps): bump actions/stale from 10.2.0 to 10.3.0 in the dependencies group @dependabot[bot] (#143)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#142)
  • chore(deps): bump step-security/harden-runner from 2.19.1 to 2.19.2 in the dependencies group @dependabot[bot] (#140)
  • chore(deps): bump the dependencies group with 3 updates @dependabot[bot] (#139)

See details of all code changes since previous release

Commits
  • 6d7a83e feat(release): add SBOM-to-archive attestation linkage (#141)
  • 50ddb99 chore(deps): bump release-drafter/release-drafter (#147)
  • bf3675a chore(deps): bump alpine from 3.23.3 to 3.23.4 (#146)
  • 2a6c89b chore(deps): bump the dependencies group across 1 directory with 4 updates (#...
  • bacd386 chore(deps): bump actions/stale in the dependencies group (#143)
  • 0baf738 chore(deps): bump the dependencies group with 2 updates (#142)
  • 0817309 chore(deps): bump step-security/harden-runner in the dependencies group (#140)
  • f7fa297 chore(deps): bump the dependencies group with 3 updates (#139)
  • See full diff in compare view

Updates github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml from 1.0.1 to 1.1.0

Release notes

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

v1.1.0

Changelog

🚀 Features

🧰 Maintenance

  • chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 in the dependencies group @dependabot[bot] (#147)
  • chore(deps): bump alpine from 3.23.3 to 3.23.4 @dependabot[bot] (#146)
  • chore(deps): bump the dependencies group across 1 directory with 4 updates @dependabot[bot] (#145)
  • chore(deps): bump actions/stale from 10.2.0 to 10.3.0 in the dependencies group @dependabot[bot] (#143)
  • chore(deps): bump the dependencies group with 2 updates @dependabot[bot] (#142)
  • chore(deps): bump step-security/harden-runner from 2.19.1 to 2.19.2 in the dependencies group @dependabot[bot] (#140)
  • chore(deps): bump the dependencies group with 3 updates @dependabot[bot] (#139)

See details of all code changes since previous release

Commits
  • 6d7a83e feat(release): add SBOM-to-archive attestation linkage (#141)
  • 50ddb99 chore(deps): bump release-drafter/release-drafter (#147)
  • bf3675a chore(deps): bump alpine from 3.23.3 to 3.23.4 (#146)
  • 2a6c89b chore(deps): bump the dependencies group across 1 directory with 4 updates (#...
  • bacd386 chore(deps): bump actions/stale in the dependencies group (#143)
  • 0baf738 chore(deps): bump the dependencies group with 2 updates (#142)
  • 0817309 chore(deps): bump step-security/harden-runner in the dependencies group (#140)
  • f7fa297 chore(deps): bump the dependencies group with 3 updates (#139)
  • See full diff in compare view

Updates actions/stale from 10.2.0 to 10.3.0

Release notes

Sourced from actions/stale's releases.

v10.3.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

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

Commits

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 7 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.0.1` | `1.1.0` |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.1` | `2.19.4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.4` | `4.36.0` |
| [github-community-projects/contributors](https://github.com/github-community-projects/contributors) | `2.0.12` | `2.0.15` |
| [github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `1.0.1` | `1.1.0` |
| [github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `1.0.1` | `1.1.0` |
| [actions/stale](https://github.com/actions/stale) | `10.2.0` | `10.3.0` |


Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml` from 1.0.1 to 1.1.0
- [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@e92cb60...6d7a83e)

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

Updates `github/codeql-action` from 4.35.4 to 4.36.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@68bde55...7211b7c)

Updates `github-community-projects/contributors` from 2.0.12 to 2.0.15
- [Release notes](https://github.com/github-community-projects/contributors/releases)
- [Commits](github-community-projects/contributors@bd57e59...4fda46a)

Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 1.0.1 to 1.1.0
- [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@e92cb60...6d7a83e)

Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml` from 1.0.1 to 1.1.0
- [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@e92cb60...6d7a83e)

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

---
updated-dependencies:
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github-community-projects/contributors
  dependency-version: 2.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: actions/stale
  dependency-version: 10.3.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 Jun 3, 2026
@dependabot dependabot Bot requested review from jmeridth and zkoppert as code owners June 3, 2026 22:31
@jmeridth jmeridth merged commit 6e4f6ac into main Jun 3, 2026
40 checks passed
@jmeridth jmeridth deleted the dependabot/github_actions/dependencies-09fc4d71a1 branch June 3, 2026 23:15
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