Skip to content

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #492

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #492

Workflow file for this run

name: Check changelog

Check failure on line 1 in .github/workflows/changelog-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog-check.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
pull_request:
branches-ignore:
- "dependabot/*"
branches:
- "main"
jobs:
check-changelog:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: "Check for changelog entry"
uses: brettcannon/check-for-changed-files@v1
with:
file-pattern: |
.changes/unreleased/*.yaml
failure-message: "Missing any changie unreleased changelogs. Please use `changie new` and document your changes"