Skip to content

Commit db4ad46

Browse files
committed
CI: auto-fix via zizmor
May include: - Avoids risky string interpolation. - Prevents checkout premissions from leaking
1 parent 2e99eca commit db4ad46

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
-
2929
name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
persist-credentials: false
3133
-
3234
name: Upload checkout
3335
uses: actions/upload-artifact@v4

.github/workflows/basemap-data.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
-
2929
name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
persist-credentials: false
3133
-
3234
name: Upload checkout
3335
uses: actions/upload-artifact@v4

.github/workflows/basemap-for-manylinux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
-
2929
name: Checkout
3030
uses: actions/checkout@v1
31+
with:
32+
persist-credentials: false
3133
-
3234
name: Upload checkout
3335
uses: actions/upload-artifact@v1
@@ -322,6 +324,8 @@ jobs:
322324
-
323325
name: Checkout
324326
uses: actions/checkout@v1
327+
with:
328+
persist-credentials: false
325329
-
326330
name: Download test artifacts
327331
uses: actions/download-artifact@v1

.github/workflows/basemap-for-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
-
3131
name: Checkout
3232
uses: actions/checkout@v4
33+
with:
34+
persist-credentials: false
3335
-
3436
name: Upload checkout
3537
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)