Skip to content

Commit 7e9c365

Browse files
committed
- Fix artipacked vulnerability by disabling persist-credentials in checkout
1 parent 5618eee commit 7e9c365

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
persist-credentials: false
2122

2223
- name: Validate tag format
2324
run: |

0 commit comments

Comments
 (0)