From bf33f60ffdf72a358ca240159603e11168bbb0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:29:10 +0000 Subject: [PATCH] chore(deps): update google/osv-scanner-action action to v1.9.1 (#669) 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 | `v1.9.0` -> `v1.9.1` | --- ### Release Notes
google/osv-scanner-action (google/osv-scanner-action) ### [`v1.9.1`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/google/osv-scanner-action/compare/v1.9.0...v1.9.1) ##### What's Changed - Update to use osv-scanner v1.9.1 - chore(deps): update workflows by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://github.com/google/osv-scanner-action/pull/47](https://redirect.github.com/google/osv-scanner-action/pull/47) - Update to v1.9.1 by [@​another-rex](https://redirect.github.com/another-rex) in [https://github.com/google/osv-scanner-action/pull/49](https://redirect.github.com/google/osv-scanner-action/pull/49) - chore(deps): update workflows by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://github.com/google/osv-scanner-action/pull/48](https://redirect.github.com/google/osv-scanner-action/pull/48) **Full Changelog**: https://github.com/google/osv-scanner-action/compare/v1.9.0...v1.9.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 acb900b7..7d938e72 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@v1.9.0" + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.1"