diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6c4d0b1..1d0e2e5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,6 +18,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write strategy: fail-fast: false @@ -30,11 +34,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -44,8 +48,15 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹ️ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -59,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1ba3aa0..1793071 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -9,16 +9,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check w/o SNAPSHOT when "bump version" if: ${{ contains(github.event.head_commit.message, 'bump version') }} run: grep "" pom.xml | head -1 | grep -v SNAPSHOT - - name: Set up JDK 1.8 - uses: actions/setup-java@v3 + - name: Set up JDK 17 + uses: actions/setup-java@v4 with: - java-version: '8' + java-version: '17' distribution: 'temurin' cache: maven diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..efde7bf --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - openjdk17 diff --git a/pom.xml b/pom.xml index bfa9492..63844f2 100644 --- a/pom.xml +++ b/pom.xml @@ -56,17 +56,15 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 - 8 - 8 - UTF-8 + 17 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.2.2 -Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties @@ -89,7 +87,7 @@ org.junit junit-bom - 5.9.1 + 5.10.2 pom import @@ -98,20 +96,25 @@ - com.github.umjammer + com.github.umjammer + vavi-commons + 1.1.13 + + + com.github.umjammer vavi-sound - 1.0.15 + 1.0.18 com.github.umjammer vavi-awt - 1.0.6 + 1.0.7 com.formdev flatlaf - 2.6 + 3.4.1 runtime diff --git a/readme.md b/readme.md index 9b36e5e..a9802ac 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,18 @@ [![Release](https://jitpack.io/v/umjammer/vavi-apps-mfiplayer.svg)](https://jitpack.io/#umjammer/vavi-apps-mfiplayer) [![Java CI](https://github.com/umjammer/vavi-apps-mfiplayer/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/vavi-apps-mfiplayer/actions/workflows/maven.yml) [![CodeQL](https://github.com/umjammer/vavi-apps-mfiplayer/actions/workflows/codeql.yml/badge.svg)](https://github.com/umjammer/vavi-apps-mfiplayer/actions/workflows/codeql.yml) -![Java](https://img.shields.io/badge/Java-8-b07219) +![Java](https://img.shields.io/badge/Java-17-b07219) # vavi-apps-mfiplayer -MFi Player +♬ MFi Player + +## Install + +* [maven](https://jitpack.io/#umjammer/vavi-apps-mfiplayer) + +## Usage + +## References + +## TODO