Skip to content

build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 #667

build(deps): bump github/codeql-action from 4.30.8 to 4.30.9

build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 #667

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
with:
category: "/language:${{matrix.language}}"