Skip to content

fix: correctly utilize CVSSv4 from ossindex #1695

fix: correctly utilize CVSSv4 from ossindex

fix: correctly utilize CVSSv4 from ossindex #1695

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
name: Validate PR title
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}