Skip to content

Bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 1.7.1 to 2.3.2 in /.github/workflows #7

Bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 1.7.1 to 2.3.2 in /.github/workflows

Bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 1.7.1 to 2.3.2 in /.github/workflows #7

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: none
jobs:
label:
permissions:
contents: read
pull-requests: write # Only give it exactly what it needs to label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@77a4082b841706ac431479b7e2bb11216ffef250 # Pinned SHA
with:
repo-token: "${{ secrets.LABELER_TOKEN }}"