Skip to content

build(deps): bump github/codeql-action from 4.31.3 to 4.31.7 #649

build(deps): bump github/codeql-action from 4.31.3 to 4.31.7

build(deps): bump github/codeql-action from 4.31.3 to 4.31.7 #649

Workflow file for this run

name: Java Format

Check failure on line 1 in .github/workflows/google-java.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/google-java.yml

Invalid workflow file

(Line: 19, Col: 13): A sequence was not expected
permissions: read-all
on:
pull_request:
paths:
- 'frontends/java/**'
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- uses: axel-op/googlejavaformat-action@v4
with:
args: "--replace"
skip-commit: true
files:
- 'frontends/java/**'
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
- name: Print diffs
run: git --no-pager diff --exit-code