From 6f4b36cf428e1cf4d1309e7447d2b17439dc0e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 02:15:25 +0000 Subject: [PATCH] chore(deps): update google/osv-scanner-action action to v1.8.3 (#615) 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 | patch | `v1.8.2` -> `v1.8.3` | --- ### Release Notes
google/osv-scanner-action (google/osv-scanner-action) ### [`v1.8.3`](https://togithub.com/google/osv-scanner-action/releases/tag/v1.8.3) [Compare Source](https://togithub.com/google/osv-scanner-action/compare/v1.8.2...v1.8.3) ##### What's Changed - Now uses OSV-Scanner v1.8.3, see https://github.com/google/osv-scanner/blob/main/CHANGELOG.md for full changelog. ##### New Contributors - [@​hogo6002](https://togithub.com/hogo6002) made their first contribution in [https://github.com/google/osv-scanner-action/pull/37](https://togithub.com/google/osv-scanner-action/pull/37) **Full Changelog**: https://github.com/google/osv-scanner-action/compare/v1.8.2...v1.8.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**: Enabled. ♻ **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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/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 c7a76e7a..c5d529dd 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.8.2" + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.3"