From cd3826c8cfc74dfe950887868c1b0009ff8c9c5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:00:28 +0000 Subject: [PATCH] chore(deps): update google/osv-scanner-action action to v1.8.1 (#591) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/osv-scanner-action](https://togithub.com/google/osv-scanner-action) | action | minor | `v1.7.1` -> `v1.8.1` | --- ### Release Notes
google/osv-scanner-action (google/osv-scanner-action) ### [`v1.8.1`](https://togithub.com/google/osv-scanner-action/compare/v1.7.4...v1.8.1) [Compare Source](https://togithub.com/google/osv-scanner-action/compare/v1.7.4...v1.8.1) ### [`v1.7.4`](https://togithub.com/google/osv-scanner-action/compare/v1.7.3...v1.7.4) [Compare Source](https://togithub.com/google/osv-scanner-action/compare/v1.7.3...v1.7.4) ### [`v1.7.3`](https://togithub.com/google/osv-scanner-action/releases/tag/v1.7.3) [Compare Source](https://togithub.com/google/osv-scanner-action/compare/v1.7.1...v1.7.3) #### What's Changed - Branches filter is not available for merge_group by [@​thomasleplus](https://togithub.com/thomasleplus) in [https://github.com/google/osv-scanner-action/pull/15](https://togithub.com/google/osv-scanner-action/pull/15) - Update to track osv-scanner v1.7.3 by [@​another-rex](https://togithub.com/another-rex) in [https://github.com/google/osv-scanner-action/pull/17](https://togithub.com/google/osv-scanner-action/pull/17) #### New Contributors - [@​shahar-h](https://togithub.com/shahar-h) made their first contribution in [https://github.com/google/osv-scanner-action/pull/8](https://togithub.com/google/osv-scanner-action/pull/8) - [@​thomasleplus](https://togithub.com/thomasleplus) made their first contribution in [https://github.com/google/osv-scanner-action/pull/15](https://togithub.com/google/osv-scanner-action/pull/15) **Full Changelog**: https://github.com/google/osv-scanner-action/compare/v1.7.1...v1.7.3
--- ### 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 4e98f369..4aec31d1 100644 --- a/.github/workflows/osv-scanner-pr.yaml +++ b/.github/workflows/osv-scanner-pr.yaml @@ -15,4 +15,4 @@ permissions: jobs: scan-pr: - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.7.1" + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.1"