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/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
pull_request:
name: Unmanaged dependency check
jobs:
unmanaged_dependency_check:

Check warning on line 5 in .github/workflows/unmanaged_dependency_check.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

unmanaged_dependency_check.yaml:5: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 8 in .github/workflows/unmanaged_dependency_check.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 8 in .github/workflows/unmanaged_dependency_check.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

unmanaged_dependency_check.yaml:8: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: actions/setup-java@v5

Check failure on line 9 in .github/workflows/unmanaged_dependency_check.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 9 in .github/workflows/unmanaged_dependency_check.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

unmanaged_dependency_check.yaml:9: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
distribution: temurin
java-version: 11
Expand All @@ -17,6 +17,6 @@
# repository
.kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v1.85.0
uses: googleapis/google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v1.89.0

Check failure on line 20 in .github/workflows/unmanaged_dependency_check.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 20 in .github/workflows/unmanaged_dependency_check.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

unmanaged_dependency_check.yaml:20: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
bom-path: google-cloud-pubsublite-bom/pom.xml
Loading