Skip to content

Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 #390

Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0

Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 #390

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Initialize CodeQL
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
languages: ${{ matrix.language }}
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: '16'
distribution: 'adopt'
cache: gradle
- name: Build
run: ./gradlew test
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10