Skip to content

Commit

Permalink
Zizmor offline analysis findings
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jan 11, 2025
1 parent 9673a5a commit 5b1c411
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-dotnet@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false

- name: Install CycloneDX
run: dotnet tool install --global CycloneDX
Expand Down

0 comments on commit 5b1c411

Please sign in to comment.