Skip to content

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#697) #1137

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#697)

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#697) #1137

name: "CodeQL"
on:
push:
branches: [ main ]
schedule:
- cron: '16 11 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'java', 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2