Skip to content

dependabot: bump the github-actions group with 3 updates - #1568

Closed
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/github_actions/github-actions-8d06be2e46
Closed

dependabot: bump the github-actions group with 3 updates#1568
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/github_actions/github-actions-8d06be2e46

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the github-actions group with 3 updates: actions/checkout, OWASP/cve-lite-cli and github/codeql-action.

Updates actions/checkout from 6 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.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

Commits

Updates OWASP/cve-lite-cli from 1 to 1.27.0

Release notes

Sourced from OWASP/cve-lite-cli's releases.

v1.26.0 - GitHub Action fix mode and Dependabot alternative

Added

  • GitHub Action: fix: true and create-pr: true inputs enable scheduled security fix PRs - a direct Dependabot alternative for npm/pnpm/yarn/bun repos. A single batched PR is opened (or updated in place) with advisory IDs, before/after finding counts, and OSV-validated fix versions
  • GitHub Action: base-branch, labels, and token inputs for the fix PR workflow
  • Override hygiene hint shown when overrides/resolutions/patchedDependencies are detected but --check-overrides was not passed - single tip line at end of terminal output, suppressed in --json/--sarif/--cdx/--ratchet modes

Fixed

  • --fix exit code suppressed when fix mode is active so remaining transitive findings do not block the Action PR creation step
  • bun.lockb added to DEPENDENCY_FILES_TO_STAGE in create-pr.ts
  • cve-lite-fix-result.json added to .gitignore
  • Circular ESM import between override-findings-terminal.ts and formatters.ts causing 35 test failures
  • ReversingLabs logo on homepage press bar: red square had no fill, LABS text had wrong fill color, REVERSING text was black on dark background
  • HTML override report: severity group rows now carry the severity CSS class; location cell shows file > jsonPath separator; fix commands render with inline block and copy button
  • e2e test fixture fragility when new CVEs appear in the live OSV DB
  • pnpm dual-document lockfile (bootstrap + project sections) fails to parse
  • Exact-pinned transitive dependency misclassified as within-range refresh
  • JSON parse errors in local-db.ts now caught and handled gracefully

Performance

  • Compact JSON serialization in advisory cache reduces file size and I/O overhead
  • Parallelized validateDirectFixTargets with runWithConcurrency and promise-based packument cache deduplication
  • publishedAt included in fix version resolutions to eliminate redundant registry call
  • Parsed version tuples cached in compareVersions to avoid redundant string splits
  • Cache timestamp hoisted before write loop; three findings.filter() passes collapsed into a single counted loop
  • Inline base64 logo constants in HTML reporter replaced with runtime PNG loader and module-level Map cache

Changed

  • Override hygiene terminal output: verbose mode uses cyan header without separators; compact mode wraps section in separator lines
  • .npmrc added with allow-git=none to block git-sourced dependencies
  • Third-party GitHub Actions pinned to immutable commit SHA digests across all workflows
  • GitHub Action: --report flag exposed as input with --no-open applied automatically in CI context

Docs

  • GitHub Action inputs reference page covering all inputs grouped by purpose
  • 5 new case studies: Cline, CopilotKit, Dyad, Builder.io, Mitosis
  • Usage-aware triage sections added to Analog, NestJS, and Juice Shop case studies
  • Override hygiene auditing documentation with per-rule pages and real-world fixtures
  • The Register coverage added to press page, README, and homepage bar
  • Comparison page expanded with DependencyCheck and dep-scan sections
  • Override hygiene docs updated to use --check-overrides flag throughout

Validation

  • npm test
  • npm run build

... (truncated)

Changelog

Sourced from OWASP/cve-lite-cli's changelog.

Commits
  • 5200a33 refactor(errors): extract network hint dispatch and formatting (#824)
  • fcb5a9d fix: Update actions to Node 24 (#825)
  • 49e6742 docs: add sidebar_label to comparison tool pages (#816)
  • 34c85bf docs: split comparison page into per-tool pages with index (#814)
  • e4a9ef0 feat: OA009 stale floor detector (#770)
  • f58d1e8 fix(severity): align overrides --fail-on with scan path severityOrder (#796)
  • 9ee389e feat: add pre-release-fix regression fixture (#528) (#794)
  • 2ca2992 fix: remove broken docs/community/impact.md link from README (#813)
  • 5b62c00 docs: add override hygiene to CLI reference and wire missing pages into sideb...
  • a0857fd docs: lean down README and reorder sections for developer flow (#810)
  • Additional commits viewable in compare view

Updates github/codeql-action from 4 to 4.37.1

Release notes

Sourced from github/codeql-action's releases.

v4.37.1

  • 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

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

v4.36.3

No user facing changes.

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

v4.36.1

No user facing changes.

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

v4.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881

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

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

v4.35.1

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

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.

Commits
  • 3492b7e Change REMOTE_PATH_PREFIX to remote=
  • 3654baa Merge remote-tracking branch 'origin/main' into mbg/explicit-remote-prefix
  • 2d682ac Merge pull request #4017 from github/dependabot/github_actions/dot-github/wor...
  • 23f6a50 Merge pull request #4009 from github/mbg/action-state/additions
  • 1ee3c75 Merge pull request #4018 from github/dependabot/github_actions/dot-github/wor...
  • e053684 Merge pull request #4015 from github/dependabot/npm_and_yarn/npm-minor-fd2e83...
  • 6803c56 Merge pull request #4019 from github/update-bundle/codeql-bundle-v2.26.1
  • 8507f88 Add changelog note
  • c31b06d Update default bundle to codeql-bundle-v2.26.1
  • cc5c777 Rebuild
  • Additional commits viewable 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 github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [OWASP/cve-lite-cli](https://github.com/owasp/cve-lite-cli) and [github/codeql-action](https://github.com/github/codeql-action).


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

Updates `OWASP/cve-lite-cli` from 1 to 1.27.0
- [Release notes](https://github.com/owasp/cve-lite-cli/releases)
- [Changelog](https://github.com/OWASP/cve-lite-cli/blob/main/CHANGELOG.md)
- [Commits](OWASP/cve-lite-cli@v1...v1.27.0)

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: OWASP/cve-lite-cli
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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 27, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 27, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/valibot@1568

commit: bd5c308

@ysknsid25 ysknsid25 self-assigned this Jul 28, 2026
@ysknsid25
ysknsid25 self-requested a review July 28, 2026 07:42
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
ysknsid25
ysknsid25 previously approved these changes Jul 28, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 28, 2026
Comment thread .github/workflows/security.yml Outdated
sarif: 'true'
- name: Upload SARIF to GitHub
uses: github/codeql-action/upload-sarif@v4
uses: github/codeql-action/upload-sarif@v4.37.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a hash here too?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed. Thank you for catching.

Signed-off-by: ysknsid25 <kengo071225@gmail.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Author

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

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-8d06be2e46 branch August 1, 2026 22:50
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 lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants