We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32395d3 commit e529057Copy full SHA for e529057
1 file changed
.github/workflows/ci-cd-java.yml
@@ -42,6 +42,7 @@ jobs:
42
with:
43
clean: 'true'
44
fetch-depth: 2
45
+ persist-credentials: false
46
47
# Required since custom scripts from /scripts are being used
48
- name: Resolve shared workflow ref
@@ -67,6 +68,7 @@ jobs:
67
68
repository: HSLdevcom/transitdata-shared-workflows
69
ref: ${{ steps.resolve_shared_workflow_ref.outputs.shared_workflow_ref }}
70
path: .shared-workflows
71
72
73
- name: Setup JDK
74
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
@@ -180,6 +182,7 @@ jobs:
180
182
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
181
183
184
185
186
187
- name: Set Docker Image Name
188
env:
0 commit comments