Skip to content

Commit c92fcc1

Browse files
ci(deps): bump github/codeql-action in the github-actions group (#85)
1 parent 60a6255 commit c92fcc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clang-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Upload SARIF file
6363
if: always()
64-
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
64+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
6565
with:
6666
sarif_file: results.sarif
6767
category: clang-tidy-${{ matrix.idf_target }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
submodules: recursive
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
39+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
4040
with:
4141
languages: ${{ matrix.language }}
4242
build-mode: ${{ matrix.build-mode }}
@@ -53,6 +53,6 @@ jobs:
5353
done
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
56+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
5757
with:
5858
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)