Skip to content

build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 #758

build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0

build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 #758

Workflow file for this run

name: Analyze
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java-kotlin
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3