Skip to content

build(deps): bump google/osv-scanner-action/osv-scanner-action from 2.5.0 to 2.5.1 - #495

Merged
qnbs merged 2 commits into
mainfrom
dependabot/github_actions/google/osv-scanner-action/osv-scanner-action-2.5.1
Aug 26, 2026
Merged

build(deps): bump google/osv-scanner-action/osv-scanner-action from 2.5.0 to 2.5.1#495
qnbs merged 2 commits into
mainfrom
dependabot/github_actions/google/osv-scanner-action/osv-scanner-action-2.5.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps google/osv-scanner-action/osv-scanner-action from 2.5.0 to 2.5.1.

Release notes

Sourced from google/osv-scanner-action/osv-scanner-action's releases.

v2.5.1

This updates OSV-Scanner to v2.3.8.

What's Changed

Fixes:

  • Preserve package namespaces when querying osv.dev API (fixes #2978).
  • Re-add support for the OSV_SCANNER_LOCAL_DB_CACHE_DIRECTORY environment variable (fixes #2983).
  • Fix local vulnerability matching (--offline-vulnerabilities) not working when network capability is NetworkOnline.

Full Changelog: google/osv-scanner-action@v2.5.0...v2.5.1

Commits
  • 6e4298e Merge pull request #141 from google/update-to-v2.5.1
  • 5957b4e Update unified workflow example to point to v2.5.1 reusable workflows
  • 880d9b5 Update reusable workflows to point to v2.5.1 actions
  • baa4139 "Update actions to use v2.5.1 osv-scanner image"
  • f4cfcc0 Merge pull request #117 from renovate-bot/renovate/workflows
  • dfd4cd1 Update workflows
  • e13f842 Merge pull request #133 from renovate-bot/renovate/major-workflows
  • 3f2e7fe Update actions/checkout action to v7
  • See full diff in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026
@dependabot
dependabotBot requested a review from qnbs as a code ownerAugust 24, 2026 23:49
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026
@vercel

vercelBot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
worldscript-studioReadyReadyPreviewAug 26, 2026 2:24pm

@codeant-ai

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@codeant-ai

codeant-aiBot commented Aug 24, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit:b88cdc78
Scan Time: 2026-08-26 14:23:29 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality GateStatusDetails
Secrets✅ PASSED0 secrets found
Duplicate Code✅ PASSED0.0% duplicated
SAST✅ PASSEDNo security issues
Bugs✅ PASSEDRating S: No bugs
IAC✅ PASSEDRating S: No issues

View Full Results

@qnbs

qnbs commented Aug 26, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [google/osv-scanner-action/osv-scanner-action](https://github.com/google/osv-scanner-action) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@8deb546...6e4298e)
---
updated-dependencies:
- dependency-name: google/osv-scanner-action/osv-scanner-action
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/github_actions/google/osv-scanner-action/osv-scanner-action-2.5.1 branch from 776141b to 0d911dbCompareAugust 26, 2026 13:59
tests/unit/workflowPolicy.test.ts asserted the exact SHA-pinned
osv-scanner-action reference in security-scheduled.yml, which this
PR's own version bump (2.5.0 -> 2.5.1) legitimately changes. Verified
the new SHA against the real upstream v2.5.1 tag before updating the
assertion.
@codecov

codecovBot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@qnbs
qnbs merged commit 3137eaf into mainAug 26, 2026
34 checks passed
@qnbs
qnbs deleted the dependabot/github_actions/google/osv-scanner-action/osv-scanner-action-2.5.1 branch August 26, 2026 14:46
qnbs added a commit that referenced this pull request Aug 26, 2026
A bare pnpm install (no --frozen-lockfile) was used to bootstrap a new
worktree during PR #495 handling. It happened to be harmless this
time (lockfile was already in sync), but the flag omission means it
could have silently rewritten pnpm-lock.yaml on any drift instead of
failing loudly, and it skips the repo's own dependency-fingerprint
write that pnpm run <script> later verifies against. Codified the
correct procedure (node scripts/dependency-state.mjs reconcile /
pnpm run deps:reconcile) in both CLAUDE.md and AGENTS.md so this
doesn't recur, especially on branches that shouldn't touch
dependencies at all.
qnbs added a commit that referenced this pull request Aug 26, 2026
… install policy (#512)
* docs: codify never-bare-pnpm-install policy for new worktree bootstrap
A bare pnpm install (no --frozen-lockfile) was used to bootstrap a new
worktree during PR #495 handling. It happened to be harmless this
time (lockfile was already in sync), but the flag omission means it
could have silently rewritten pnpm-lock.yaml on any drift instead of
failing loudly, and it skips the repo's own dependency-fingerprint
write that pnpm run <script> later verifies against. Codified the
correct procedure (node scripts/dependency-state.mjs reconcile /
pnpm run deps:reconcile) in both CLAUDE.md and AGENTS.md so this
doesn't recur, especially on branches that shouldn't touch
dependencies at all.
* docs: refresh AUDIT.md and TODO.md release/sprint truth to v1.28.1
AUDIT.md's "Current version" summary and test counts were one release
behind (v1.28.0/6888 tests/565 files, missing v1.28.1 entirely). Added
an accurate v1.28.1 release-gate entry (real CI run IDs, real asset
list) verified against the actual GitHub Release, and refreshed the
summary line to current numbers (7114+/580/2925 keys x 19 locales).
TODO.md's "Current Sprint" header dated 2026-08-20 and referenced PR
#427, predating both the #477 merge and the v1.28.1 release plus this
session's reconstruction reconciliation and Dependabot work. Archived
the stale sprint entry and replaced it with the current state.
* fix: precise dependency-fingerprint scope, signing claim, and sprint text
- CLAUDE.md/AGENTS.md: correct the fingerprint-verification claim — the
repo's own dependency fingerprint is checked only by deps:verify,
ci:prepush, and the pre-commit hook, not by arbitrary pnpm run
<script> calls. Separated it from pnpm's own independent
verifyDepsBeforeRun check (a different mechanism, comparing
node_modules against the lockfile) that produces
ERR_PNPM_VERIFY_DEPS_BEFORE_RUN.
- AUDIT.md: removed the "signed" qualifier from the v1.28.1 release
artifacts line — the release evidence ledger explicitly keeps
platform code-signing/notarization as a separate, unverified claim;
only structural/asset/updater-payload crypto verification is
confirmed.
- TODO.md: the "full signed release cut" open item read as
self-contradictory next to v1.28.1's already-published status three
lines above. Marked the documentation pass done and clarified the
remaining item is a new release cut for this sprint's accumulated
work, not a repeat of v1.28.1.
* chore: re-trigger CI after a GitHub Actions platform outage
The previous run for this head got stuck in a queued state during
GitHub's Aug 26 database-failover incident (investigating 15:09 UTC,
resolved 16:07 UTC) and remained stuck afterward with an inconsistent
run record (the run-status API reported "queued" while the cancel
endpoint reported "already completed" for the same run ID). No code
or doc content changed; this empty commit only requests a fresh
pull_request synchronize event.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs