Skip to content

chore(ci): bump trufflesecurity/trufflehog from 3.95.5 to 3.95.6 in the gha-patch-minor group #75

chore(ci): bump trufflesecurity/trufflehog from 3.95.5 to 3.95.6 in the gha-patch-minor group

chore(ci): bump trufflesecurity/trufflehog from 3.95.5 to 3.95.6 in the gha-patch-minor group #75

Workflow file for this run

name: CodeQL
"on":
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "17 3 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["actions", "python"]
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Initialize CodeQL
uses: github/codeql-action/init@5e316336eb4f107009e477d4bfbfff13d7250fae
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@5e316336eb4f107009e477d4bfbfff13d7250fae
- name: Analyze
uses: github/codeql-action/analyze@5e316336eb4f107009e477d4bfbfff13d7250fae