chore(deps): bump google/osv-scanner-action from 1.9.1 to 2.0.1#24
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump google/osv-scanner-action from 1.9.1 to 2.0.1#24dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.9.1 to 2.0.1. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@v1.9.1...v2.0.1) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Comment on lines
+35
to
+38
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1" | ||
| scan-pr: | ||
| if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }} | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.9.1" | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.1" |
There was a problem hiding this comment.
The upgrade to v2.0.1 disables automatic scanning of the HEAD git hash. If your configuration depends on scanning the git root, make sure to update the scan args to include '--include-git-root'.
| scan-pr: | ||
| if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }} | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.9.1" | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.1" |
There was a problem hiding this comment.
The bump to v2.0.1 may cause workflow failures due to the removal of default HEAD git scanning. Verify if adding '--include-git-root' in your scan args is necessary for pull request scanning.
Suggested change
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.1" | |
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.1" | |
| with: | |
| args: "--include-git-root" |
Contributor
Author
|
Superseded by #26. |
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 from 1.9.1 to 2.0.1.
Release notes
Sourced from google/osv-scanner-action's releases.
Commits
6fc7144Merge pull request #69 from google/update-to-v2.0.1ce2f529Update unified workflow example to point to v2.0.1 reusable workflowsafa2aefUpdate reusable workflows to point to v2.0.1 actions19734b4Update actions to use v2.0.1 osv-scanner image98b584eMerge pull request #63 from renovate-bot/renovate/workflows256cd6achore(deps): update github/codeql-action action to v3.28.1190fad54Merge pull request #64 from google/update-to-v2.0.0f9d9b03Include git root6e516afUpdate unified workflow example to point to v2.0.0 reusable workflows4299e5fUpdate reusable workflows to point to v2.0.0 actionsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)