Skip to content

ci(deps)(deps): bump the github-actions group across 1 directory with 2 updates#4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-f96830cf06
Closed

ci(deps)(deps): bump the github-actions group across 1 directory with 2 updates#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-f96830cf06

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps the github-actions group with 2 updates in the / directory: anthropics/claude-code-action and github/codeql-action.

Updates anthropics/claude-code-action from 1.0.114 to 1.0.123

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.123

What's Changed

New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.123

v1.0.122

Full Changelog: anthropics/claude-code-action@v1...v1.0.122

v1.0.121

Full Changelog: anthropics/claude-code-action@v1...v1.0.121

v1.0.120

Full Changelog: anthropics/claude-code-action@v1...v1.0.120

v1.0.119

Full Changelog: anthropics/claude-code-action@v1...v1.0.119

v1.0.118

Full Changelog: anthropics/claude-code-action@v1...v1.0.118

v1.0.117

Full Changelog: anthropics/claude-code-action@v1...v1.0.117

v1.0.116

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.116

v1.0.115

Full Changelog: anthropics/claude-code-action@v1...v1.0.115

Commits
  • 51ea8ea chore: bump Claude Code to 2.1.142 and Agent SDK to 0.3.142
  • acfa366 chore: bump pinned Bun to 1.3.14 (#1312)
  • 9eb125a fix: handle non-user actors (e.g. Copilot) in permission and actor checks (#1...
  • 1450f65 fix: write execution file when SDK throws (#1255)
  • 0756f6e fix: exclude .claude-pr snapshot from git staging (#1277)
  • f4d6a11 fix: dereference symlinks when snapshotting sensitive paths to .claude-pr/ (#...
  • bf6d40e fix: allow , in branch names (#1310)
  • 86eb26b chore: bump Claude Code to 2.1.141 and Agent SDK to 0.2.141
  • f4fb5c6 chore: bump Claude Code to 2.1.140 and Agent SDK to 0.2.140
  • dde2242 chore: bump Claude Code to 2.1.139 and Agent SDK to 0.2.139
  • Additional commits viewable in compare view

Updates github/codeql-action from 4.35.3 to 4.35.5

Release notes

Sourced from github/codeql-action's releases.

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

v4.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881
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]

  • Add support for SHA-256 Git object IDs. #3893

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

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

... (truncated)

Commits
  • 9e0d7b8 Merge pull request #3905 from github/update-v4.35.5-d4b485515
  • 6d7d599 Add changelog entry for #3899
  • 51f7e38 Update changelog for v4.35.5
  • d4b4855 Merge pull request #3899 from github/mbg/esbuild/split
  • 127de81 Merge remote-tracking branch 'origin/main' into mbg/esbuild/split
  • 7fde13f Use src + basename in header to avoid issues on Windows
  • dfa61e7 Improve pattern matching and error handling
  • 52aafec Import and call runWrapper normally in analyze tests
  • 0d08c01 Auto-generate shared bundle
  • 14085a6 Auto-generate entry points
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 9, 2026
ArrayBolt3 pushed a commit to ArrayBolt3/developer-meta-files that referenced this pull request May 10, 2026
…scorecard-workflow

Add reusable Scorecard workflow (first reusable in developer-meta-files)
@dependabot dependabot Bot changed the title ci(deps)(deps): bump the github-actions group with 2 updates ci(deps)(deps): bump the github-actions group across 1 directory with 2 updates May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-f96830cf06 branch 3 times, most recently from d55678e to 4d1368b Compare May 15, 2026 17:28
… 2 updates

Bumps the github-actions group with 2 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `anthropics/claude-code-action` from 1.0.114 to 1.0.123
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@62238dd...51ea8ea)

Updates `github/codeql-action` from 4.35.3 to 4.35.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e46ed2c...9e0d7b8)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.119
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-f96830cf06 branch from 4d1368b to a83575f Compare May 15, 2026 18:11
adrelanos pushed a commit that referenced this pull request May 15, 2026
Ports #4 (Dependabot grouped update) to
the org-ai-assisted mirror, which does not run Dependabot itself per
agents/github-policy-canonical-vs-mirror.md.

- anthropics/claude-code-action: 62238ddb (v1.0.114) -> 51ea8ea7 (v1.0.123)
- github/codeql-action/init:        e46ed2cb (v4.35.3) -> 9e0d7b8d (v4.35.5)
- github/codeql-action/analyze:     e46ed2cb (v4.35.3) -> 9e0d7b8d (v4.35.5)
- github/codeql-action/upload-sarif:e46ed2cb (v4.35.3) -> 9e0d7b8d (v4.35.5)

All three codeql-action usages move in lockstep to the same SHA so a
single run never mixes patch levels.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 15, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 15, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-f96830cf06 branch May 15, 2026 18:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants