Skip to content

ci(deps): bump the actions group with 7 updates (#429) #381

ci(deps): bump the actions group with 7 updates (#429)

ci(deps): bump the actions group with 7 updates (#429) #381

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3