Skip to content

Commit e8b13db

Browse files
chore(deps): bump github/codeql-action from 3.28.13 to 3.28.15 in the github-actions group (#3091)
1 parent 4b3cfce commit e8b13db

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
55+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5656
with:
5757
languages: csharp
5858
config-file: ./.github/codeql/codeql-config.yml
@@ -63,7 +63,7 @@ jobs:
6363
shell: powershell
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
66+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
6767
with:
6868
category: "/language:csharp"
6969

@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
91+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
9292
with:
9393
languages: c-cpp
9494
config-file: ./.github/codeql/codeql-config.yml
@@ -105,6 +105,6 @@ jobs:
105105
shell: powershell
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
108+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
109109
with:
110110
category: "/language:c-cpp"

.github/workflows/scorecard.yml

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

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
74+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)