Skip to content

Upgrade commons-text to 1.10.0 to remediate CVE-2022-42889 (Text4Shell) #22

Upgrade commons-text to 1.10.0 to remediate CVE-2022-42889 (Text4Shell)

Upgrade commons-text to 1.10.0 to remediate CVE-2022-42889 (Text4Shell) #22

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 10 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze Java
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Build for CodeQL
run: mvn --batch-mode package -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:java"