Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
on: [pull_request]
name: generate-conformance-tests
jobs:
units:

Check warning on line 4 in .github/workflows/generate.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

generate.yaml:4: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v5

Check failure on line 10 in .github/workflows/generate.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 10 in .github/workflows/generate.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

generate.yaml:10: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
submodules: true
- uses: actions/setup-java@v5
- uses: actions/setup-java@v6

Check failure on line 13 in .github/workflows/generate.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 13 in .github/workflows/generate.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

generate.yaml:13: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: temurin
java-version: ${{matrix.java}}
Expand Down
Loading