Skip to content

ci: bump docker/setup-buildx-action from 4.1.0 to 4.2.0 #609

ci: bump docker/setup-buildx-action from 4.1.0 to 4.2.0

ci: bump docker/setup-buildx-action from 4.1.0 to 4.2.0 #609

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 6 * * 1"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Code scanning is free on public repos and needs GitHub Advanced Security
# on private ones. Run whenever the repo is public; fall back to the
# ENABLE_CODE_SCANNING variable for private repos with GHAS and for
# scheduled runs (where github.event.repository is absent).
if: ${{ github.event.repository.visibility == 'public' || vars.ENABLE_CODE_SCANNING == 'true' }}
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
languages: ${{ matrix.language }}
build-mode: none
queries: security-extended
- uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
category: "/language:${{ matrix.language }}"