Skip to content

Bump submodules/moby-27.0-branch-max-api-1.46 from 45d37a0 to 68484b7 #494

Bump submodules/moby-27.0-branch-max-api-1.46 from 45d37a0 to 68484b7

Bump submodules/moby-27.0-branch-max-api-1.46 from 45d37a0 to 68484b7 #494

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "17 20 * * 2"
jobs:
analyze:
name: Analyze
runs-on: "ubuntu-latest"
timeout-minutes: 360
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"