Skip to content

Update actions/checkout digest to a5ac7e5 (#170) #414

Update actions/checkout digest to a5ac7e5 (#170)

Update actions/checkout digest to a5ac7e5 (#170) #414

Workflow file for this run

name: scalafix
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
command:
- "-Pscala-2.12"
- "-Pscala-2.13"
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 18.0.2+9
- name: Check code with Scalafix
run: mvn -Dgpg.skip ${{ matrix.command }} clean install && mvn ${{ matrix.command }} org.spurint.maven.plugins:scala-cross-maven-plugin:rewrite-pom scalafix:scalafix -Dscalafix.mode=CHECK