Skip to content

Commit 4c98345

Browse files
ci(github-action): update github/codeql-action action to v3.28.19
1 parent b2d8db8 commit 4c98345

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
# Initializes the CodeQL tools for scanning.
9292
- name: 🛠️ Initialize CodeQL
93-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
93+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
9494
with:
9595
languages: ${{ matrix.language }}
9696
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -107,6 +107,6 @@ jobs:
107107
run: dotnet build --no-restore -c Release
108108

109109
- name: 🔍 Perform CodeQL Analysis
110-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
110+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
111111
with:
112112
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

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

8484
# Upload the results to GitHub's code scanning dashboard.
8585
- name: "Upload to code-scanning"
86-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
86+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
8787
with:
8888
sarif_file: results.sarif

0 commit comments

Comments
 (0)