Skip to content

Update reviewdog/action-shellcheck action to v1.20.0 (#98) #276

Update reviewdog/action-shellcheck action to v1.20.0 (#98)

Update reviewdog/action-shellcheck action to v1.20.0 (#98) #276

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:
- main
- "renovate/**"
tags:
- "**"
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
profile:
- druid-26.0.0
- druid-27.0.0
- druid-28.0.1
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Set up JDK 11
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify -P${{ matrix.profile }}
- name: Update dependency graph
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: advanced-security/maven-dependency-submission-action@5d0f9011b55d6268922128af45275986303459c3 # v4.0.3