Skip to content

Commit 004c025

Browse files
Bump github/codeql-action from 4.30.8 to 4.31.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 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@v4.30.8...4e94bd1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 390de5b commit 004c025

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
47+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
4848
with:
4949
languages: ${{ matrix.language }}
5050
# CodeQL is currently crashing on files with large lists:
@@ -56,7 +56,7 @@ jobs:
5656
5757
- if: matrix.language == 'cpp'
5858
name: Build CPP
59-
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
59+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
6060

6161
- if: matrix.language == 'cpp' || matrix.language == 'java'
6262
name: Build Java
@@ -66,15 +66,15 @@ jobs:
6666
6767
- if: matrix.language == 'javascript'
6868
name: Build JS
69-
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
69+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
7070

7171
- if: matrix.language == 'cpp' || matrix.language == 'python'
7272
name: Build Python
7373
run: |
7474
python setup.py build_ext
7575
7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
77+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
7878
with:
7979
category: "/language:${{matrix.language}}"
8080
ref: "${{ github.ref != 'master' && github.ref || '/refs/heads/master' }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777

7878
# Upload the results to GitHub's code scanning dashboard.
7979
- name: "Upload to code-scanning"
80-
uses: github/codeql-action/upload-sarif@17783bfb99b07f70fae080b654aed0c514057477 # v2.23.3
80+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v2.23.3
8181
with:
8282
sarif_file: results.sarif

0 commit comments

Comments
 (0)