Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit be309a0

Browse files
author
Eoghan Russell
authored
Merge pull request #122 from intel/dependabot/github_actions/github/codeql-action-2.20.3
Bump github/codeql-action from 2.1.27 to 2.20.3
2 parents 97b9705 + 5e35c9c commit be309a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
38+
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
3939
with:
4040
languages: ${{ matrix.language }}
4141
queries: +security-and-quality
4242

4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
44+
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
47+
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
4848
with:
4949
category: "/language:${{ matrix.language }}"

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
75+
uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)