Skip to content

chore(deps): bump the github-actions group across 1 directory with 15 updates #136

chore(deps): bump the github-actions group across 1 directory with 15 updates

chore(deps): bump the github-actions group across 1 directory with 15 updates #136

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
if: github.repository == 'triggerdotdev/trigger.dev'
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write # Upload SARIF to GitHub Security tab
strategy:
fail-fast: false
matrix:
language: [actions, javascript-typescript]
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
category: /language:${{ matrix.language }}