Skip to content

Commit dfbb5b5

Browse files
renovate[bot]sjinks
authored andcommitted
chore(deps): update github/codeql-action action to v3.25.8
1 parent e6dde2f commit dfbb5b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
35+
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
3636
with:
3737
languages: ${{ matrix.language }}
3838

@@ -45,6 +45,6 @@ jobs:
4545
cmake --build build
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
48+
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
4949
with:
5050
category: "/language:${{ matrix.language }}"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
continue-on-error: true
5454

5555
- name: Upload scan results
56-
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
56+
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
5757
with:
5858
sarif_file: /tmp/scan-build.sarif
5959
category: scanbuild

0 commit comments

Comments
 (0)