Skip to content

Commit 69748b4

Browse files
cpovirkFlogger 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 484e100 commit 69748b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: 'Check out repository'
2525
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26+
with:
27+
persist-credentials: false
2628
- name: 'Cache Bazel dependencies'
2729
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2830
with:

0 commit comments

Comments
 (0)