Skip to content

fix(deps): update junit-framework monorepo to v6 (major) #434

fix(deps): update junit-framework monorepo to v6 (major)

fix(deps): update junit-framework monorepo to v6 (major) #434

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '30 1 * * 0'
jobs:
CodeQL:
name: Codequality
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v4
env:
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
PGP_SIGNING_PASSWORD: ${{ secrets.PGP_SIGNING_PASSWORD }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4