Skip to content

Commit 963e3a5

Browse files
authored
Update CI workflow to disable credential persistence
Resolves https://github.com/target/data-validator/security/code-scanning/20
1 parent 6dab84e commit 963e3a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout current branch (full)
2525
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26+
with:
27+
persist-credentials: false
2628
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
2729
with:
2830
extraKey: ${{ runner.os }}

0 commit comments

Comments
 (0)