Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Bump aquasecurity/trivy-action from 0.29.0 to 0.35.0 in /.github/workflows in the github_actions group across 1 directory #27

Bump aquasecurity/trivy-action from 0.29.0 to 0.35.0 in /.github/workflows in the github_actions group across 1 directory

Bump aquasecurity/trivy-action from 0.29.0 to 0.35.0 in /.github/workflows in the github_actions group across 1 directory #27

Workflow file for this run

name: Auto-Labeler
on:
pull_request_target:
types: [ opened, synchronize, reopened ]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR by changed files
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Path to the labeler configuration file (relative to repo root)
configuration-path: .github/labeler.yml
# Apply all matching labels (not just the first match)
sync-labels: true