Skip to content

Bump typescript from 5.9.3 to 7.0.2 in /typescript #10

Bump typescript from 5.9.3 to 7.0.2 in /typescript

Bump typescript from 5.9.3 to 7.0.2 in /typescript #10

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, master]
pull_request:
schedule:
- cron: "17 7 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [python, javascript-typescript]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
- uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
category: "/language:${{ matrix.language }}"