Skip to content

Commit b3cc89b

Browse files
Bump github/codeql-action from 4.30.9 to 4.31.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36c1f2d commit b3cc89b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
outputPath: reports/ps-rule-results.sarif
203203

204204
- name: Upload results to security tab
205-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
205+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
206206
if: always()
207207
with:
208208
sarif_file: reports/ps-rule-results.sarif
@@ -233,7 +233,7 @@ jobs:
233233
directory-to-scan: .
234234

235235
- name: Upload results to security tab
236-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
236+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
237237
if: always()
238238
with:
239239
sarif_file: devskim-results.sarif
@@ -259,15 +259,15 @@ jobs:
259259
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
260260

261261
- name: Initialize CodeQL
262-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
262+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
263263
with:
264264
languages: 'csharp'
265265

266266
- name: Autobuild
267-
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
267+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
268268

269269
- name: Perform CodeQL Analysis
270-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
270+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
271271
id: codeql-analyze
272272

273273
- name: Upload results

0 commit comments

Comments
 (0)