From 963a387a310f5715f5e9a9217c2efd539cc0e607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:06:52 +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 d15851b0a21e3d716c10c66f72b2cae1384a6f7e - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](https://github.com/google/osv-scanner-action/compare/a30b4c310bacb7c0635e316e0720e23f0b791cf8...d15851b0a21e3d716c10c66f72b2cae1384a6f7e) Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml` from a30b4c310bacb7c0635e316e0720e23f0b791cf8 to d15851b0a21e3d716c10c66f72b2cae1384a6f7e - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](https://github.com/google/osv-scanner-action/compare/a30b4c310bacb7c0635e316e0720e23f0b791cf8...d15851b0a21e3d716c10c66f72b2cae1384a6f7e) --- updated-dependencies: - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml dependency-version: d15851b0a21e3d716c10c66f72b2cae1384a6f7e dependency-type: direct:production dependency-group: gh-actions - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml dependency-version: d15851b0a21e3d716c10c66f72b2cae1384a6f7e 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..8c01924 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@d15851b0a21e3d716c10c66f72b2cae1384a6f7e" # 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@d15851b0a21e3d716c10c66f72b2cae1384a6f7e" # v1.9.2 with: scan-args: |- -r