Skip to content

Bump io.jenkins.plugins:warnings-ng from 11.4.1 to 11.12.0 #1112

Bump io.jenkins.plugins:warnings-ng from 11.4.1 to 11.12.0

Bump io.jenkins.plugins:warnings-ng from 11.4.1 to 11.12.0 #1112

name: CodeQL
on:
pull_request:
branches:
- master
schedule:
- cron: '0 8 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['java']
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3