File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 with :
4545 clean : ' true'
4646 fetch-depth : 2
47+ persist-credentials : false
4748
4849 # Required since custom scripts from /scripts are being used
4950 - name : Resolve shared workflow ref
6869 repository : HSLdevcom/transitdata-shared-workflows
6970 ref : ${{ env.SHARED_WORKFLOW_REF }}
7071 path : .shared-workflows
72+ persist-credentials : false
7173
7274 - name : Setup JDK
7375 uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
@@ -172,6 +174,7 @@ jobs:
172174 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
173175 with :
174176 clean : ' true'
177+ persist-credentials : false
175178
176179 - name : Lowercase Docker Image Name
177180 run : |
Original file line number Diff line number Diff line change 3737 with :
3838 clean : ' true'
3939 fetch-depth : 2
40+ persist-credentials : false
4041
4142 - name : Install Node
4243 # zizmor:ignore[cache-poisoning] Node binary tool-cache is implicit and cannot be disabled; no npm package cache is configured
@@ -103,6 +104,7 @@ jobs:
103104 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
104105 with :
105106 clean : ' true'
107+ persist-credentials : false
106108
107109 - name : Lowercase Docker Image Name
108110 run : |
You can’t perform that action at this time.
0 commit comments