Skip to content

Commit d9fda32

Browse files
chore(deps): bump github/codeql-action from 3.28.10 to 4.36.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.10 to 4.36.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...8aad20d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 783b3aa commit d9fda32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/security-suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: '1.26.2'
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
35+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3636
with:
3737
languages: ${{ matrix.language }}
3838
- name: Install toolchain
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build
4343
run: make build
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
45+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4646

4747
dependency-review:
4848
name: Dependency Review
@@ -75,6 +75,6 @@ jobs:
7575
results_format: sarif
7676
publish_results: true
7777
- name: Upload SARIF
78-
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
78+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7979
with:
8080
sarif_file: results.sarif

0 commit comments

Comments
 (0)