Skip to content

ci: SHA-pin GitHub Actions for supply-chain security (#146) #554

ci: SHA-pin GitHub Actions for supply-chain security (#146)

ci: SHA-pin GitHub Actions for supply-chain security (#146) #554

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
linting:
name: Check linting
uses: ./.github/workflows/lint.yml
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build and run tests
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- run: mvn clean verify