Skip to content

Commit 991e82c

Browse files
chore(deps): bump github/codeql-action from 3 to 4 (#1982)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a68469 commit 991e82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v5
34-
- uses: github/codeql-action/init@v3
34+
- uses: github/codeql-action/init@v4
3535
with:
3636
languages: ${{ matrix.language }}
3737
- uses: actions/setup-dotnet@v5
3838
- run: dotnet build
39-
- uses: github/codeql-action/analyze@v3
39+
- uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)