Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 #385

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 #385

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ master, PR ]
paths-ignore:
- '**.adoc'
- '**.md'
- '.github/**'
pull_request:
branches: [ master ]
paths-ignore:
- '**.adoc'
- '**.md'
- '.github/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1