Skip to content

build(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 #87

build(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1

build(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 #87

Workflow file for this run

name: CodeQL (GitHub Actions)
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/**'
- '.github/actions/**'
permissions: {}
jobs:
analyze:
name: Analyze workflows
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
languages: actions
queries: security-extended,security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
category: /language:actions
# Fork PRs receive a read-only GITHUB_TOKEN, so SARIF upload to the
# code-scanning API would fail. Analyze still runs and surfaces
# findings in the job log; same-repo PRs upload as normal.
upload: ${{ github.event.pull_request.head.repo.full_name == github.repository && 'always' || 'never' }}