Skip to content

chore(deps): bump trufflesecurity/trufflehog from 3.85.0 to 3.86.1 in the gha group #488

chore(deps): bump trufflesecurity/trufflehog from 3.85.0 to 3.86.1 in the gha group

chore(deps): bump trufflesecurity/trufflehog from 3.85.0 to 3.86.1 in the gha group #488

Workflow file for this run

---
name: Linting - YAML
# Split until path filtering for jobs added
# https://github.community/t/path-filtering-for-jobs-and-steps/16447
on:
push:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
pull_request:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1