Skip to content

Commit 45de03a

Browse files
Bump github/codeql-action from 3.30.8 to 4.31.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.8 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.30.8...v4.31.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf33e0a commit 45de03a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: nuget restore ./src/XmlNotepad.sln
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v4
45+
uses: github/codeql-action/init@v4.31.9
4646
with:
4747
queries: security-and-quality
4848
languages: csharp
@@ -57,4 +57,4 @@ jobs:
5757
msbuild ./src/XmlNotepad.sln /p:Configuration=Release "/p:Platform=Any CPU" /verbosity:minimal /p:UseSharedCompilation=False
5858
5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v4
60+
uses: github/codeql-action/analyze@v4.31.9

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
71+
uses: github/codeql-action/upload-sarif@f67ec12472e1b361f5e1e2085f5e6f85a57e3cd6 # v3.30.8
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)