Skip to content

Commit 0dbccb6

Browse files
cpovirkJimfs Team
authored andcommitted
Set persist-credentials: false on checkout actions.
See https://docs.zizmor.sh/audits/#artipacked. Compare jspecify/jspecify#861 RELNOTES=n/a PiperOrigin-RevId: 956568861
1 parent 6bff2d8 commit 0dbccb6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: 'Check out repository'
3434
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
35+
with:
36+
persist-credentials: false
3537
- name: 'Cache local Maven repository'
3638
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
3739
with:
@@ -59,6 +61,8 @@ jobs:
5961
steps:
6062
- name: 'Check out repository'
6163
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
64+
with:
65+
persist-credentials: false
6266
- name: 'Cache local Maven repository'
6367
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
6468
with:
@@ -90,6 +94,8 @@ jobs:
9094
steps:
9195
- name: 'Check out repository'
9296
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
97+
with:
98+
persist-credentials: false
9399
- name: 'Cache local Maven repository'
94100
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
95101
with:

0 commit comments

Comments
 (0)