Skip to content

Commit 5b1c411

Browse files
Zizmor offline analysis findings
1 parent 9673a5a commit 5b1c411

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/build-frontends.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
persist-credentials: false
21+
2022
- uses: actions/setup-dotnet@v4
2123
with:
2224
dotnet-version: '8.0.x'

.github/workflows/build-ilspy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
submodules: true
3232
fetch-depth: 0
33+
persist-credentials: false
3334

3435
- uses: actions/setup-dotnet@v4
3536
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31+
persist-credentials: false
3132

3233
- name: Initialize CodeQL
3334
uses: github/codeql-action/init@v3

.github/workflows/generate-bom.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
submodules: true
20+
persist-credentials: false
2021

2122
- name: Install CycloneDX
2223
run: dotnet tool install --global CycloneDX

0 commit comments

Comments
 (0)