Skip to content

Commit

Permalink
Merge pull request odpi#7399 from odpi/egeria-release-4.0pre
Browse files Browse the repository at this point in the history
Switch over to version 4 (Java 17, Gradle)
  • Loading branch information
planetf1 authored Feb 6, 2023
2 parents 9778614 + ef12e35 commit 397036f
Show file tree
Hide file tree
Showing 21 changed files with 257 additions and 492 deletions.
61 changes: 0 additions & 61 deletions .azure-pipelines/nexus-iq-clm.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .azure-pipelines/sonar.yml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/workflows/codeql-v4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.
#
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
---
name: "CodeQL Analysis v4"

on:
push:
branches: [main, egeria-release-4*]
pull_request:
# The branches below must be a subset of the branches above
branches: [main, egeria-release-4*]

jobs:
analyze:
if: ${{ github.repository == 'odpi/egeria'}}
name: "CodeQL Build v4"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java
queries: security-and-quality
- name: Build
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
arguments: -x javadoc -x test build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
52 changes: 0 additions & 52 deletions .github/workflows/merge-gradle.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/merge-maven.yml

This file was deleted.

Loading

0 comments on commit 397036f

Please sign in to comment.