docs: README の利用可能なアクション一覧を修正し CLAUDE.md に README メンテ方針を追記 #134
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OSV-Scanner PR Scan | |
| on: | |
| workflow_call: | |
| pull_request: | |
| permissions: | |
| actions: read | |
| security-events: write | |
| contents: read | |
| jobs: | |
| scan-pr: | |
| uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8 | |
| with: | |
| upload-sarif: false | |
| fail-on-vuln: true |