diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc97d3230..0ea6cab9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: failure-threshold: fatal - name: Upload Dockle SARIF Report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 continue-on-error: true if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} with: @@ -116,7 +116,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy SARIF Report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 continue-on-error: true if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} with: @@ -134,7 +134,7 @@ jobs: acs-report-enable: true - name: Upload Anchore Scan SARIF Report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 continue-on-error: true if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0e6791c69..7a19ae4ae 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: ${{ runner.os }}-nuget - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: csharp @@ -68,4 +68,4 @@ jobs: working-directory: ./src - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 272a525f9..bc6129410 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -87,7 +87,7 @@ jobs: severity-cutoff: critical - name: Upload Anchore Scan SARIF Report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.anchore-scan.outputs.sarif }} token: ${{ secrets.GITHUB_TOKEN }}