Skip to content

ci: bump trufflesecurity/trufflehog from 3.95.8 to 3.95.9 in the actions-patch-minor group #104

ci: bump trufflesecurity/trufflehog from 3.95.8 to 3.95.9 in the actions-patch-minor group

ci: bump trufflesecurity/trufflehog from 3.95.8 to 3.95.9 in the actions-patch-minor group #104

Workflow file for this run

name: Verify
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: verify-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
repository:
name: Repository checks
runs-on: macos-latest
env:
HOMEBREW_NO_INSTALL_CLEANUP: "1"
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install verification tools
run: brew install actionlint shellcheck
- name: Verify repository
run: ./scripts/verify/repo.sh --skip-security