Skip to content

Update dependency joblib to v1.5.0 [SECURITY] #1559

Update dependency joblib to v1.5.0 [SECURITY]

Update dependency joblib to v1.5.0 [SECURITY] #1559

Workflow file for this run

---
name: Build Sample Apps
on:
push:
branches: ["master"]
paths-ignore:
- Gemfile.lock
pull_request:
branches: ["master"]
paths-ignore:
- Gemfile.lock
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
with:
distribution: "temurin"
java-version: "17"
- name: Build
run: |
mvn -V --batch-mode --no-snapshot-updates install