Merge pull request #1620 from intel/dependabot/github_actions/github/codeql-action-3

build(deps): bump github/codeql-action from 2 to 3
This commit is contained in:
Mikko Ylinen 2023-12-14 09:50:05 +02:00 committed by GitHub
commit fe99c1aba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -26,11 +26,11 @@ jobs:
check-latest: true check-latest: true
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: 'go' languages: 'go'
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3
with: with:
category: "/language:go" category: "/language:go"

View File

@ -28,6 +28,6 @@ jobs:
publish_results: true publish_results: true
- name: "Upload results to security" - name: "Upload results to security"
uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -115,7 +115,7 @@ jobs:
- name: Upload sarif report to GitHub Security tab - name: Upload sarif report to GitHub Security tab
if: ${{ inputs.upload-to-github-security-tab }} if: ${{ inputs.upload-to-github-security-tab }}
uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: trivy-report.sarif sarif_file: trivy-report.sarif