ci(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.2.1 to 2.3.8#16
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
a78eaf6 to
17555c6
Compare
RBKunnela
added a commit
that referenced
this pull request
May 22, 2026
Wire vitest run into the build matrix between type-check and build, across Node 18 + 20. paybot-sdk auto-publishes to npm on every push to main; before this change CI never ran the test suite, so code could ship to customers without its own tests ever executing. Test suite: 102 tests / 7 files in tests/, vitest.config.ts scoped to tests/**/*.test.ts. Local: 102/102 pass in 1.72s. Not in this PR (deliberately split per Orion routing during Phase 1 discovery): - Task #14: dual-mode dead-code bug in src/x402-v2.ts:251 (no-dupe-else-if surfaces it; requires semantic decision on what dual-mode should emit — separate @dev story) - Task #15: coverage gate at 80% threshold + tests for x402-v2.ts and payment-engine.ts (currently 0% covered, 805 LOC combined) - Task #16: coverage/ gitignore hygiene No change to required_status_checks contexts: the new step runs inside the existing build (18) + build (20) matrix entries, adding substance without adding new context names. 5th application of automated-pr-merge-authority.md.
312f863 to
57854e5
Compare
RBKunnela
added a commit
that referenced
this pull request
May 22, 2026
Add `npm run lint` as a CI step in the build matrix job, positioned between `npm ci` (install) and `npm run type-check` so lint failures fast-fail before downstream type-check/test/coverage/build steps. Now possible because Task #14 (dual-mode dead-code fix in PR #36) eliminated the no-dupe-else-if blocker on `src/x402-v2.ts:251`. Lint passes clean on main (verified locally pre-commit). Why lint gate matters: paybot-sdk auto-publishes to npm on main push. Without a CI lint gate, lint regressions could ship to the registry. Note on Task #16 (coverage/ in .gitignore): already present on line 12 of `.gitignore`. No-op; not included in this PR. Closes #17 Refs #16 (no-op, pre-existing)
57854e5 to
81007ed
Compare
…r-reusable.yml Bumps [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) from 2.2.1 to 2.3.8. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@456ceb7...9a49870) --- updated-dependencies: - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
81007ed to
657fae8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.2.1 to 2.3.8.
Release notes
Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml's releases.
... (truncated)
Commits
9a49870Update unified workflow example to point to v2.3.8 reusable workflows3adb4b1Update reusable workflows to point to v2.3.8 actions8dc0919"Update actions to use v2.3.8 osv-scanner image"43f380bMerge pull request #125 from google/update-to-v2.3.6dcf4dddUpdate unified workflow example to point to v2.3.6 reusable workflowsb9dbb7eUpdate reusable workflows to point to v2.3.6 actionsfe54858"Update actions to use v2.3.6 osv-scanner image"eb5b619Merge pull request #100 from thomasleplus/main9517144feat: output results in reusable workflowf17cd09Merge branch 'main' into main