Skip to content

Commit a05d3de

Browse files
build(deps): bump github/codeql-action from 4 to 4.37.3 (#96)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent c489fdd commit a05d3de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v4
63+
uses: github/codeql-action/init@v4.37.3
6464
with:
6565
languages: ${{ matrix.language }}
6666
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
8787
exit 1
8888
8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@v4
90+
uses: github/codeql-action/analyze@v4.37.3
9191
with:
9292
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)