Skip to content

Commit 19b66e6

Browse files
chore(deps): bump github/codeql-action from 3.22.12 to 3.24.10
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.24.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@012739e...4355270) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9963304 commit 19b66e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
with:
2222
dotnet-version: 7.0.x
2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
24+
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
2525
with:
2626
languages: csharp
2727
- name: Install dependencies
2828
run: dotnet restore
2929
- name: Build
3030
run: dotnet build --configuration Release --no-restore
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
32+
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
3333
with:
3434
category: "/language:csharp"

0 commit comments

Comments
 (0)