Skip to content

Commit 75a9f2b

Browse files
chore(deps): Bump github/codeql-action from 3.25.10 to 3.28.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.28.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.25.10...v3.28.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b5872 commit 75a9f2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/[email protected]
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3.27.0
34+
uses: github/codeql-action/init@v3.28.5
3535
with:
3636
build-mode: ${{ matrix.build-mode }}
3737
languages: ${{ matrix.language }}
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v3.27.0
40+
uses: github/codeql-action/analyze@v3.28.5
4141
with:
4242
category: "/language:${{matrix.language}}"

.github/workflows/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: semgrep ci --sarif --output=semgrep.sarif
8787

8888
- name: Upload results to GitHub Security
89-
uses: github/codeql-action/upload-sarif@v3.25.10
89+
uses: github/codeql-action/upload-sarif@v3.28.5
9090
with:
9191
sarif_file: semgrep.sarif
9292

0 commit comments

Comments
 (0)