Skip to content

Commit 8d1636b

Browse files
build(deps): bump github/codeql-action from 3.29.2 to 4.31.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 4.31.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@181d5ee...4e94bd1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e711b86 commit 8d1636b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/security.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
53+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5454
with:
5555
languages: javascript-typescript
5656
queries: security-and-quality
@@ -68,10 +68,10 @@ jobs:
6868
- '**/test-directory/**'
6969
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
71+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
74+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
7575

7676
codeql-cpp:
7777
name: CodeQL C++ Analysis
@@ -96,7 +96,7 @@ jobs:
9696
run: npm ci
9797

9898
- name: Initialize CodeQL
99-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
99+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
100100
with:
101101
languages: cpp
102102
queries: security-and-quality
@@ -105,7 +105,7 @@ jobs:
105105
run: npm run node-gyp-rebuild
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
108+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
109109
with:
110110
upload: false
111111
output: sarif-results
@@ -120,7 +120,7 @@ jobs:
120120
output: sarif-results/cpp.sarif
121121

122122
- name: Upload filtered SARIF
123-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
123+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
124124
with:
125125
sarif_file: sarif-results/cpp.sarif
126126

0 commit comments

Comments
 (0)