Skip to content

Bump org.java-websocket:Java-WebSocket from 1.5.7 to 1.6.0 #39

Bump org.java-websocket:Java-WebSocket from 1.5.7 to 1.6.0

Bump org.java-websocket:Java-WebSocket from 1.5.7 to 1.6.0 #39

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Clone nyholku/purejavacomm
uses: actions/checkout@v4
with:
repository: 'nyholku/purejavacomm'
ref: 'dafb39722f797289b84b11e0184ef896f1f76c1e'
path: 'purejavacomm'
- name: Install purejavacomm
working-directory: purejavacomm
run: mvn install -DskipTests=true
- name: Build with Maven
run: mvn -B package --file pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4