Skip to content

Commit e529057

Browse files
committed
feat(79895): fixes for zizmor
1 parent 32395d3 commit e529057

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
clean: 'true'
4444
fetch-depth: 2
45+
persist-credentials: false
4546

4647
# Required since custom scripts from /scripts are being used
4748
- name: Resolve shared workflow ref
@@ -67,6 +68,7 @@ jobs:
6768
repository: HSLdevcom/transitdata-shared-workflows
6869
ref: ${{ steps.resolve_shared_workflow_ref.outputs.shared_workflow_ref }}
6970
path: .shared-workflows
71+
persist-credentials: false
7072

7173
- name: Setup JDK
7274
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
@@ -180,6 +182,7 @@ jobs:
180182
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
181183
with:
182184
clean: 'true'
185+
persist-credentials: false
183186

184187
- name: Set Docker Image Name
185188
env:

0 commit comments

Comments
 (0)