Browse Source

Zizmor offline analysis findings

pull/3365/head
Christoph Wille 1 year ago
parent
commit
5b1c411a99
  1. 2
      .github/workflows/build-frontends.yml
  2. 1
      .github/workflows/build-ilspy.yml
  3. 1
      .github/workflows/codeql-analysis.yml
  4. 1
      .github/workflows/generate-bom.yml

2
.github/workflows/build-frontends.yml

@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'

1
.github/workflows/build-ilspy.yml

@ -30,6 +30,7 @@ jobs:
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
with: with:

1
.github/workflows/codeql-analysis.yml

@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3 uses: github/codeql-action/init@v3

1
.github/workflows/generate-bom.yml

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: true submodules: true
persist-credentials: false
- name: Install CycloneDX - name: Install CycloneDX
run: dotnet tool install --global CycloneDX run: dotnet tool install --global CycloneDX

Loading…
Cancel
Save