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

Commit edaed14

Browse files
Update github/codeql-action digest to 760583e
1 parent 96734c1 commit edaed14

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
55+
uses: github/codeql-action/init@760583e70d47693ffb9619d29cd1b1858c197d2b
5656
with:
5757
languages: ${{ matrix.language }}
5858
queries: +security-and-quality
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
67+
uses: github/codeql-action/autobuild@760583e70d47693ffb9619d29cd1b1858c197d2b
6868

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

8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
81+
uses: github/codeql-action/analyze@760583e70d47693ffb9619d29cd1b1858c197d2b

.github/workflows/devskim-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
uses: microsoft/DevSkim-Action@a8a9e06bab570db990fe7351ae9d4d444b9489ca
4040

4141
- name: Upload DevSkim scan results to GitHub Security tab
42-
uses: github/codeql-action/upload-sarif@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
42+
uses: github/codeql-action/upload-sarif@760583e70d47693ffb9619d29cd1b1858c197d2b
4343
with:
4444
sarif_file: devskim-results.sarif

.github/workflows/ossar-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload results to the Security tab
5959
- name: Upload OSSAR results
60-
uses: github/codeql-action/upload-sarif@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
60+
uses: github/codeql-action/upload-sarif@760583e70d47693ffb9619d29cd1b1858c197d2b
6161
with:
6262
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
60+
uses: github/codeql-action/upload-sarif@760583e70d47693ffb9619d29cd1b1858c197d2b
6161
with:
6262
sarif_file: results.sarif

.github/workflows/shiftleft-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
# type: python
5656

5757
- name: Upload report
58-
uses: github/codeql-action/upload-sarif@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
58+
uses: github/codeql-action/upload-sarif@760583e70d47693ffb9619d29cd1b1858c197d2b
5959
with:
6060
sarif_file: reports

0 commit comments

Comments
 (0)