Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Bump sass from 1.82.0 to 1.83.0 in /src/main/webui #276

Bump sass from 1.82.0 to 1.83.0 in /src/main/webui

Bump sass from 1.82.0 to 1.83.0 in /src/main/webui #276

Workflow file for this run

name: PR Maven Build
on:
pull_request:
paths:
- "**.xml"
- "*.yml"
- "src/**"
- "ide-config"
permissions:
contents: read
env:
JAVA_VERSION: 21
GRAALVM_DIST: graalvm-community
JAVA_DISTRO: temurin
GH_BOT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
GH_BOT_NAME: "GitHub Action"
jobs:
metadata:
uses: ebullient/workflows/.github/workflows/java-snap-metadata.yml@main
build:
uses: ebullient/workflows/.github/workflows/java-pr-build.yml@main
needs: [metadata]
permissions:
contents: read
actions: read
with:
artifact: ${{ needs.metadata.outputs.artifact }}
snapshot: ${{ needs.metadata.outputs.snapshot }}
secrets: inherit
native-build:
needs: [build]
uses: ebullient/workflows/.github/workflows/java-snap-native.yml@main
secrets: inherit