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 f13b180
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2023
1 parent 8a90589 commit 80322a2
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/init@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/autobuild@f13b180fb88fab31693634cb19e73cb3ed1cb7d8

# ℹ️ 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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/analyze@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/upload-sarif@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/upload-sarif@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/upload-sarif@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
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@e4b846c482eb8fdb860c7c61d2eb64f9bdf79420
uses: github/codeql-action/upload-sarif@f13b180fb88fab31693634cb19e73cb3ed1cb7d8
with:
sarif_file: reports

0 comments on commit 80322a2

Please sign in to comment.