Skip to content

Commit f628826

Browse files
committed
chore(actions): address zizmor security findings
1 parent 9e49da7 commit f628826

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/java-bigquery-scorecard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
branches: [ "main" ]
1616

1717
# Declare default permissions as read only.
18-
permissions: read-all
18+
permissions:
19+
contents: read
1920

2021
env:
2122
BUILD_SUBDIR: java-bigquery

.github/workflows/java-cloud-bom-release-note-generation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
45+
# zizmor: ignore[cache-poisoning]
4546
with:
4647
distribution: temurin
4748
java-version: 11

0 commit comments

Comments
 (0)