Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update github/codeql-action digest to 6ef6e50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2023
1 parent 71286fa commit c9f1b11
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/init@6ef6e50882c658c80f46b3453f468c5315f3fb00
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
Expand All @@ -64,7 +64,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/autobuild@6ef6e50882c658c80f46b3453f468c5315f3fb00

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -78,4 +78,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/analyze@6ef6e50882c658c80f46b3453f468c5315f3fb00
2 changes: 1 addition & 1 deletion .github/workflows/devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
uses: microsoft/DevSkim-Action@a8a9e06bab570db990fe7351ae9d4d444b9489ca

- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/upload-sarif@6ef6e50882c658c80f46b3453f468c5315f3fb00
with:
sarif_file: devskim-results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

# Upload results to the Security tab
- name: Upload OSSAR results
uses: github/codeql-action/upload-sarif@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/upload-sarif@6ef6e50882c658c80f46b3453f468c5315f3fb00
with:
sarif_file: ${{ steps.ossar.outputs.sarifFile }}
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/upload-sarif@6ef6e50882c658c80f46b3453f468c5315f3fb00
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
# type: python

- name: Upload report
uses: github/codeql-action/upload-sarif@a589d4087ea22a0a48fc153d1b461886e262e0f2
uses: github/codeql-action/upload-sarif@6ef6e50882c658c80f46b3453f468c5315f3fb00
with:
sarif_file: reports

0 comments on commit c9f1b11

Please sign in to comment.