From 9450746ec8596cf68bcaee407ffa615f691c6025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:05:04 +0000 Subject: [PATCH] deps(actions): bump the gh-actions group across 1 directory with 2 updates Bumps the gh-actions group with 2 updates in the /gh-actions/common/osv-scanner directory: [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) and [google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml](https://github.com/google/osv-scanner-action). Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml` from a30b4c310bacb7c0635e316e0720e23f0b791cf8 to 43f380b8fc43a816831a9f5ee6fc91170809c7e9 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](https://github.com/google/osv-scanner-action/compare/a30b4c310bacb7c0635e316e0720e23f0b791cf8...43f380b8fc43a816831a9f5ee6fc91170809c7e9) Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml` from a30b4c310bacb7c0635e316e0720e23f0b791cf8 to 43f380b8fc43a816831a9f5ee6fc91170809c7e9 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](https://github.com/google/osv-scanner-action/compare/a30b4c310bacb7c0635e316e0720e23f0b791cf8...43f380b8fc43a816831a9f5ee6fc91170809c7e9) --- updated-dependencies: - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml dependency-version: 43f380b8fc43a816831a9f5ee6fc91170809c7e9 dependency-type: direct:production dependency-group: gh-actions - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml dependency-version: 43f380b8fc43a816831a9f5ee6fc91170809c7e9 dependency-type: direct:production dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- gh-actions/common/osv-scanner/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gh-actions/common/osv-scanner/action.yaml b/gh-actions/common/osv-scanner/action.yaml index 7ce1f9f..6b617f1 100644 --- a/gh-actions/common/osv-scanner/action.yaml +++ b/gh-actions/common/osv-scanner/action.yaml @@ -6,14 +6,14 @@ runs: steps: - name: Scan on push if: ${{ github.event_name == 'push' }} - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@a30b4c310bacb7c0635e316e0720e23f0b791cf8" # v1.9.2 + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@43f380b8fc43a816831a9f5ee6fc91170809c7e9" # v1.9.2 with: scan-args: |- -r ./ - name: Scan on PR if: ${{ github.event_name == 'pull_request' }} - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@a30b4c310bacb7c0635e316e0720e23f0b791cf8" # v1.9.2 + uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@43f380b8fc43a816831a9f5ee6fc91170809c7e9" # v1.9.2 with: scan-args: |- -r