Skip to content

Bump anchore/sbom-action from 0.17.9 to 0.18.0 #278

Bump anchore/sbom-action from 0.17.9 to 0.18.0

Bump anchore/sbom-action from 0.17.9 to 0.18.0 #278

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# https://github.com/marketplace/actions/labeler
- name: Label PRs
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}