Skip to content

chore(deps): pin openinf/grimesai-salvage-tex docker tag to 85db277 #4274

chore(deps): pin openinf/grimesai-salvage-tex docker tag to 85db277

chore(deps): pin openinf/grimesai-salvage-tex docker tag to 85db277 #4274

name: CodeQL
on:
push:
branches: [live]
pull_request:
# The branches below must be a subset of the branches above.
branches: [live]
schedule:
- cron: '32 4 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
category: '/language:${{matrix.language}}'