diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml
index 7d40075d..99d8e82e 100644
--- a/.github/workflows/close-milestone.yml
+++ b/.github/workflows/close-milestone.yml
@@ -16,7 +16,7 @@ on:
jobs:
close:
name: Close completed milestone
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Close a milestone if completed
diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml
index 416c23d4..fa54d371 100644
--- a/.github/workflows/draft-release.yml
+++ b/.github/workflows/draft-release.yml
@@ -12,17 +12,19 @@ on:
jobs:
release:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
+ permissions:
+ contents: write
steps:
- name: Check out repository code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Setup java
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: Cache Maven packages
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/java-continuous-integration.yml b/.github/workflows/java-continuous-integration.yml
index ba156567..043c28a3 100644
--- a/.github/workflows/java-continuous-integration.yml
+++ b/.github/workflows/java-continuous-integration.yml
@@ -12,29 +12,29 @@ on: [push, pull_request]
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '17' ]
name: Java ${{ matrix.Java }} CI
steps:
- name: Check out repository code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup java
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Cache Maven packages
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Cache node_modules
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -43,14 +43,13 @@ jobs:
run: mvn -B clean package
- name: Test cnes-report
env:
- SONARQUBE_VERSION: 9.9-community
+ SONARQUBE_VERSION: 10.5-community
run: |
version=$(cat pom.xml | grep "
cnesreport \ SonarQube |
- 3.0.x Standalone + Plugin |
- 3.1.0 Standalone + Plugin |
- 3.2.x Standalone + Plugin |
- 3.3.x Standalone + Plugin |
- 4.0.0 Standalone + Plugin |
- 4.1.x Standalone + Plugin |
- 4.2.x Standalone + Plugin |
+ 3.0.x Standalone + Plugin |
+ 3.1.0 Standalone + Plugin |
+ 3.2.x Standalone + Plugin |
+ 3.3.x Standalone + Plugin |
+ 4.0.0 Standalone + Plugin |
+ 4.1.x Standalone + Plugin |
+ 4.2.x Standalone + Plugin |
+ 4.3.x Standalone + Plugin |
+ 5.0.x Standalone + Plugin |
7.9.x | @@ -133,6 +135,8 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:- | - | - | +- | +- | |||||||||||
8.9.x | @@ -143,6 +147,8 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:X | X | - | +- | +- | |||||||||||
9.9.x (LTS) | @@ -153,7 +159,21 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:- | - | X | +X | +- | |||||||||||
10.5.x | +- | +- | +- | +- | +- | +- | +- | +- | +X | +