Skip to content

Commit f6dae1f

Browse files
authored
CI: Fix some issues pointed out by zizmor (ansible-collections#9250)
Fix some issues pointed out by zizmor.
1 parent 34e8e8e commit f6dae1f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
28+
with:
29+
persist-credentials: false
2830

2931
# Initializes the CodeQL tools for scanning.
3032
- name: Initialize CodeQL

.github/workflows/reuse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
31+
persist-credentials: false
3132
ref: ${{ github.event.pull_request.head.sha || '' }}
3233

3334
- name: REUSE Compliance Check

0 commit comments

Comments
 (0)