Skip to content

Commit 4e10f67

Browse files
Update github/codeql-action digest to 3d3d628 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 019e9d4 commit 4e10f67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@f8e782af5670be7b12c0acb5b25c1c5703b931b9
38+
uses: github/codeql-action/init@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@f8e782af5670be7b12c0acb5b25c1c5703b931b9
43+
uses: github/codeql-action/autobuild@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@f8e782af5670be7b12c0acb5b25c1c5703b931b9
46+
uses: github/codeql-action/analyze@3d3d628990a5f99229dd9fa1821cc5a4f31b613b

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969

7070
# required for Code scanning alerts
7171
- name: "Upload SARIF results to code scanning"
72-
uses: github/codeql-action/upload-sarif@f8e782af5670be7b12c0acb5b25c1c5703b931b9
72+
uses: github/codeql-action/upload-sarif@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)