Skip to content

Commit 2980d8c

Browse files
Bump github/codeql-action from 4 to 4.37.4 (#2469)
1 parent 30ab496 commit 2980d8c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/code-analysis-built-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
6868
Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue'
6969
- name: Upload SARIF results
70-
uses: github/codeql-action/upload-sarif@v4
70+
uses: github/codeql-action/upload-sarif@v4.37.4
7171
with:
7272
sarif_file: results.sarif

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
7878
Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue'
7979
- name: Upload SARIF results
80-
uses: github/codeql-action/upload-sarif@v4
80+
uses: github/codeql-action/upload-sarif@v4.37.4
8181
with:
8282
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- SqlServerDsc
4444
- Bump GitHub actions checkout to v7
4545
- Bump action Stale to v11
46+
- Bump codeql-action/upload-sarif to v4.37.4
4647
- Update tests to Pester 6 syntax where supported.
4748
- Added Windows user credential format guidance to the credential overview
4849
documentation. ([issue #1768](https://github.com/dsccommunity/SqlServerDsc/issues/1768))

0 commit comments

Comments
 (0)