Skip to content

chore(deps)(deps): bump securego/gosec from 2.22.11 to 2.24.7 #218

chore(deps)(deps): bump securego/gosec from 2.22.11 to 2.24.7

chore(deps)(deps): bump securego/gosec from 2.22.11 to 2.24.7 #218

Workflow file for this run

name: Sync Labels

Check failure on line 1 in .github/workflows/label-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/label-sync.yml

Invalid workflow file

(Line: 14, Col: 3): Unexpected value 'metadata'
on:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/label-sync.yml
workflow_dispatch: {}
permissions:
contents: read
issues: write
metadata: read
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Sync labels
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true