Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 #178

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 #178

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dgpg.skip