Skip to content

Update sonar scanner plugin version and goal #719

Update sonar scanner plugin version and goal

Update sonar scanner plugin version and goal #719

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ['main']
pull_request:
branches: ['main']
schedule:
- cron: '56 3 * * 2'
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ['java-kotlin']
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
with:
category: "/language:${{matrix.language}}"