Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump flatten-maven-plugin from 1.4.1 to 1.5.0 #2496

Bump flatten-maven-plugin from 1.4.1 to 1.5.0

Bump flatten-maven-plugin from 1.4.1 to 1.5.0 #2496

Workflow file for this run

name: codeql-analysis-workflow
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
schedule:
- cron: 42 5 * * 1
jobs:
codeql-analysis-job:
name: CodeQL Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: java
queries: security-extended
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: temurin
cache: maven
- name: Build
run: mvn -B clean compile -Dorg.slf4j.simpleLogger.defaultLogLevel=warn
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1