Skip to content

ci(deps): bump the actions group with 6 updates #577

ci(deps): bump the actions group with 6 updates

ci(deps): bump the actions group with 6 updates #577

Workflow file for this run

name: "codeql"
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "0 2 * * *"
permissions:
contents: read
concurrency:
group: codeql-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go", "actions"]
permissions:
actions: read
contents: read
pull-requests: read
security-events: write
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
- uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5