Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2 #277

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2 #277

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 18 * * 3'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 22
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Build with Gradle
run: ./gradlew build
env:
GH_PACKAGES_READ_TOKEN: ${{ secrets.GH_PACKAGES_READ_TOKEN }}
GH_PACKAGES_WRITE_TOKEN: ${{ secrets.GH_PACKAGES_WRITE_TOKEN }}
IPREGISTRY_API_KEY: ${{ secrets.IPREGISTRY_API_KEY }}
IPREGISTRY_DATASETS_SECRET_KEY: ${{ secrets.IPREGISTRY_DATASETS_SECRET_KEY }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3