Skip to content

chore(deps): bump the github-actions-deps group across 1 directory with 7 updates#95

Merged
4444J99 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-deps-41cfc26a58
Jun 20, 2026
Merged

chore(deps): bump the github-actions-deps group across 1 directory with 7 updates#95
4444J99 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-deps-41cfc26a58

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions-deps group with 7 updates in the / directory:

Package From To
actions/checkout 4 7
actions/upload-artifact 6 7
actions/github-script 8 9
codecov/codecov-action 5.5.2 7.0.0
github/codeql-action 3 4
release-drafter/release-drafter 6 7
actions/stale 9 10

Updates actions/checkout from 4 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Commits

Updates actions/upload-artifact from 6 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • See full diff in compare view

Updates actions/github-script from 8 to 9

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.5.2 to 7.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.5

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates github/codeql-action from 3 to 4

Release notes

Sourced from github/codeql-action's releases.

v3.36.2

  • 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

v3.36.1

No user facing changes.

v3.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

v3.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

v3.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881

v3.35.3

  • 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

v3.35.2

  • 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

v3.35.1

v3.35.0

v3.34.1

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

v3.34.0

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

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

  • 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
  • 0ad7c1f Rebuild
  • 25c25b5 Update changelog and version after v4.36.1
  • 87557b9 Merge pull request #3940 from github/update-v4.36.1-2a1689ed4
  • 9431011 Update changelog for v4.36.1
  • 2a1689e Merge pull request #3939 from github/henrymercer/skip-overlay-revert-when-exp...
  • d40e417 Only do initial wait when not running tests
  • 5245323 Disable missing diff-ranges fallback when overlay enabled manually
  • 948a63a Add FF to force JGit-based Git backend
  • See full diff in compare view

Updates release-drafter/release-drafter from 6 to 7

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.0.0

What's Changed

Breaking

Bug Fixes

Maintenance

Documentation

Other changes

Dependency Updates

Full Changelog: release-drafter/release-drafter@v6.4.0...v7.0.0

v6.4.0

What's Changed

New

Maintenance

... (truncated)

Commits
  • ed4bc48 chore: release v7.4.0
  • 0cc23b4 chore: update generated GraphQL types (#1629)
  • 091a8c8 build(deps-dev): bump vite from 8.0.13 to 8.0.16 (#1634)
  • 5e296d6 build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1633)
  • 86a47c9 build(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 (#1632)
  • bf75d71 docs: document github enterprise server support (#1627)
  • cff7186 feat: unify category config around change classification (#1558)
  • 693d20e chore: release v7.3.1
  • 8339e41 docs: update contributing docs for release process
  • 62d8da4 fix: output name and tag_name in dry-run mode (#1625)
  • Additional commits viewable in compare view

Updates actions/stale from 9 to 10

Release notes

Sourced from actions/stale's releases.

v10.0.0

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.0.0

v9.1.0

What's Changed

New Contributors

Full Changelog: actions/stale@v9...v9.1.0

Changelog

Sourced from actions/stale's changelog.

Changelog

[10.1.0]

What's Changed

[10.0.0]

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

…th 7 updates

Bumps the github-actions-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `7` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` |
| [actions/github-script](https://github.com/actions/github-script) | `8` | `9` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `7.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6` | `7` |
| [actions/stale](https://github.com/actions/stale) | `9` | `10` |



Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v7)

Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

Updates `codecov/codecov-action` from 5.5.2 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...fb8b358)

Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

Updates `release-drafter/release-drafter` from 6 to 7
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v6...v7)

Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: release-drafter/release-drafter
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-deps
...

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 19, 2026
@dependabot dependabot Bot requested a review from 4444J99 as a code owner June 19, 2026 13:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 19, 2026
@github-actions

Copy link
Copy Markdown

AI Quality Gate Report

Mode: advisory

Category Errors Warnings
Duplication 0 50
Security 0 2
Logic 0 6

Duplication

  • WARNING adapters/base.py:287 - 8-line normalized block duplicates adapters/base.py:185 (async def complete()
  • WARNING adapters/base.py:338 - 8-line normalized block duplicates adapters/base.py:210 (async def stream()
  • WARNING adapters/base.py:349 - 8-line normalized block duplicates adapters/base.py:296 (import httpx)
  • WARNING adapters/base.py:351 - 8-line normalized block duplicates adapters/base.py:299 (ollama_messages = [])
  • WARNING adapters/base.py:352 - 8-line normalized block duplicates adapters/base.py:300 (if system:)
  • WARNING adapters/base.py:353 - 8-line normalized block duplicates adapters/base.py:301 (ollama_messages.append({"role": "system", "content": system}))
  • WARNING adapters/base.py:354 - 8-line normalized block duplicates adapters/base.py:302 (for msg in messages:)
  • WARNING adapters/base.py:559 - 8-line normalized block duplicates adapters/base.py:185 (async def complete()
  • WARNING adapters/base.py:643 - 8-line normalized block duplicates adapters/base.py:336 ())
  • WARNING adapters/base.py:645 - 8-line normalized block duplicates adapters/base.py:210 (async def stream()
  • WARNING adapters/base.py:695 - 8-line normalized block duplicates adapters/base.py:185 (async def complete()
  • WARNING adapters/base.py:765 - 8-line normalized block duplicates adapters/base.py:336 ())
  • WARNING adapters/base.py:767 - 8-line normalized block duplicates adapters/base.py:210 (async def stream()
  • WARNING adapters/base.py:823 - 8-line normalized block duplicates adapters/base.py:185 (async def complete()
  • WARNING adapters/base.py:824 - 8-line normalized block duplicates adapters/base.py:288 (self,)
  • WARNING adapters/base.py:865 - 8-line normalized block duplicates adapters/base.py:335 (raw_response=data,)
  • WARNING adapters/base.py:866 - 8-line normalized block duplicates adapters/base.py:336 ())
  • WARNING adapters/base.py:868 - 8-line normalized block duplicates adapters/base.py:210 (async def stream()
  • WARNING adapters/base.py:869 - 8-line normalized block duplicates adapters/base.py:339 (self,)
  • WARNING adapters/base.py:870 - 8-line normalized block duplicates adapters/base.py:340 (messages: list[LLMMessage],)
  • WARNING adapters/base.py:890 - 8-line normalized block duplicates adapters/base.py:842 ("https://api.groq.com/openai/v1/chat/completions",)
  • WARNING adapters/base.py:891 - 8-line normalized block duplicates adapters/base.py:843 (headers={)
  • WARNING adapters/base.py:892 - 8-line normalized block duplicates adapters/base.py:844 ("Authorization": f"Bearer {self.config.api_key}",)
  • WARNING adapters/router.py:554 - 8-line normalized block duplicates adapters/base.py:336 ())
  • WARNING adapters/router.py:557 - 8-line normalized block duplicates adapters/router.py:383 (self,)
  • WARNING adapters/router.py:558 - 8-line normalized block duplicates adapters/router.py:384 (messages: list[LLMMessage],)
  • WARNING adapters/router.py:571 - 8-line normalized block duplicates adapters/router.py:397 (Args:)
  • WARNING adapters/router.py:572 - 8-line normalized block duplicates adapters/router.py:398 (messages: Conversation messages)
  • WARNING adapters/router.py:583 - 8-line normalized block duplicates adapters/router.py:409 (""")
  • WARNING adapters/router.py:584 - 8-line normalized block duplicates adapters/router.py:410 (await self._ensure_initialized())
  • WARNING adapters/router.py:587 - 8-line normalized block duplicates adapters/router.py:413 (if provider and classification:)
  • WARNING adapters/router.py:588 - 8-line normalized block duplicates adapters/router.py:414 (allowed = CLASSIFICATION_ALLOWED_PROVIDERS.get(classification, set()))
  • WARNING adapters/router.py:589 - 8-line normalized block duplicates adapters/router.py:415 (if provider not in allowed:)
  • WARNING adapters/router.py:590 - 8-line normalized block duplicates adapters/router.py:416 (raise LLMAdapterError()
  • WARNING adapters/router.py:591 - 8-line normalized block duplicates adapters/router.py:417 (f"Provider {provider.value} not allowed for ")
  • WARNING adapters/router.py:592 - 8-line normalized block duplicates adapters/router.py:418 (f"classification={classification.value}")
  • WARNING adapters/router.py:593 - 8-line normalized block duplicates adapters/router.py:419 ())
  • WARNING adapters/router.py:595 - 8-line normalized block duplicates adapters/router.py:422 (supports_native_tools = True)
  • WARNING adapters/router.py:596 - 8-line normalized block duplicates adapters/router.py:423 (if provider:)
  • WARNING adapters/router.py:597 - 8-line normalized block duplicates adapters/router.py:424 (if not self._providers[provider].available:)
  • WARNING agents/archetypes/assemblage.py:11 - 8-line normalized block duplicates agents/archetypes/actor_network.py:11 (""")
  • WARNING agents/archetypes/assemblage.py:408 - 8-line normalized block duplicates agents/archetypes/assemblage.py:370 ({)
  • WARNING agents/archetypes/bureaucracy.py:12 - 8-line normalized block duplicates agents/archetypes/actor_network.py:11 (""")
  • WARNING agents/archetypes/dao.py:12 - 8-line normalized block duplicates agents/archetypes/actor_network.py:11 (""")
  • WARNING agents/archetypes/orchestrator.py:318 - 8-line normalized block duplicates agents/archetypes/orchestrator.py:291 (if current:)
  • WARNING agents/archetypes/orchestrator.py:319 - 8-line normalized block duplicates agents/archetypes/orchestrator.py:292 (subtasks.append()
  • WARNING agents/archetypes/security_analyst.py:10 - 8-line normalized block duplicates agents/archetypes/devops.py:10 (""")
  • WARNING agents/archetypes/security_analyst.py:12 - 8-line normalized block duplicates agents/archetypes/devops.py:12 (from future import annotations)
  • WARNING agents/archetypes/security_analyst.py:14 - 8-line normalized block duplicates agents/archetypes/devops.py:14 (import logging)
  • WARNING agents/learning/entity_extractor.py:217 - 8-line normalized block duplicates agents/learning/entity_extractor.py:110 ("react",)

Security

  • WARNING titan/persistence/checkpoint.py:218 - pickle-load: review generated code for unsafe default
  • WARNING titan/persistence/checkpoint.py:221 - pickle-load: review generated code for unsafe default

Logic

  • WARNING dashboard/app.py:584 - while True block has no obvious break, return, or raise
  • WARNING hive/topology.py:1348 - if/else branches are identical for Compare(left=Subscript(value=Attribute(value=Name(id='source', ctx=Load()), attr
  • WARNING titan/api/inquiry_ws.py:173 - while True block has no obvious break, return, or raise
  • WARNING titan/cli.py:1148 - while True block has no obvious break, return, or raise
  • WARNING titan/workflows/narrative_synthesizer.py:404 - if/else branches are identical for Compare(left=Name(id='style', ctx=Load()), ops=[Eq()], comparators=[Attribute(va
  • WARNING titan_mcp/server.py:214 - if/else branches are identical for Compare(left=Attribute(value=Name(id='session', ctx=Load()), attr='agent_type',

Advisory mode does not block merge. Review findings before strict mode is enabled.

@4444J99 4444J99 merged commit da8a3fe into main Jun 20, 2026
7 checks passed
@4444J99 4444J99 deleted the dependabot/github_actions/github-actions-deps-41cfc26a58 branch June 20, 2026 18:57
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.

1 participant