Skip to content

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

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

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

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', 'ruby']
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
category: '/language:${{matrix.language}}'