From b046f4f56f05d29c4edbe44e57df5a05771397bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 22:16:18 +0000 Subject: [PATCH] chore(deps): update google/osv-scanner-action action to v2.0.1 (#718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action) | action | patch | `v2.0.0` -> `v2.0.1` | --- ### Release Notes
google/osv-scanner-action (google/osv-scanner-action) ### [`v2.0.1`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.1) ##### What's Changed - Update to v2.0.1 by [@​michaelkedar](https://redirect.github.com/michaelkedar) in [https://github.com/google/osv-scanner-action/pull/69](https://redirect.github.com/google/osv-scanner-action/pull/69) **Full Changelog**: https://github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.1
--- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/osv-scanner-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osv-scanner-pr.yaml b/.github/workflows/osv-scanner-pr.yaml index 473fb44..a672492 100644 --- a/.github/workflows/osv-scanner-pr.yaml +++ b/.github/workflows/osv-scanner-pr.yaml @@ -16,4 +16,4 @@ permissions: jobs: scan-pr: - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.0" + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1"