Skip to content

chore(deps): bump actions/setup-java from 4.8.0 to 5.6.0 #31

chore(deps): bump actions/setup-java from 4.8.0 to 5.6.0

chore(deps): bump actions/setup-java from 4.8.0 to 5.6.0 #31

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- master
schedule:
- cron: "37 4 * * 3"
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-22.04
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
language:
- python
- javascript-typescript
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@08d09a53f0f5d694f253bd25732e4429c9e9337f # v3
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Analyze
uses: github/codeql-action/analyze@08d09a53f0f5d694f253bd25732e4429c9e9337f # v3
with:
category: /language:${{ matrix.language }}