Skip to content

Commit 92f23c7

Browse files
Bump github/codeql-action from 3.29.9 to 3.30.1 (#347)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.9 to 3.30.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df55935...f1f6e5f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bc7458 commit 92f23c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: sudo apt-get install -y libnuma-dev
5656
- name: Initialize CodeQL
5757
if: ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
58-
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2
58+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
5959
with:
6060
languages: c-cpp
6161
build-mode: manual
@@ -72,7 +72,7 @@ jobs:
7272
run: ./.github/workflows/build.ps1 -Config ${{ matrix.config }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -BuildId ${{ github.run_number }} -Suffix "-official" -WithTests -WithTools -WithPing -Debug
7373
- name: Perform CodeQL Analysis
7474
if: ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
75-
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2
75+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
7676
with:
7777
category: "/language:c-cpp"
7878
output: sarif-results
@@ -90,7 +90,7 @@ jobs:
9090
output: sarif-results/cpp.sarif
9191
- name: Upload SARIF
9292
if: ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
93-
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2
93+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
9494
with:
9595
sarif_file: sarif-results/cpp.sarif
9696
- name: Upload SARIF to Artifacts

0 commit comments

Comments
 (0)