Skip to content

Commit 2d7f946

Browse files
chore(deps): Bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6. - [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.27.5...v3.27.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ee69ed commit 2d7f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docker-image/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ runs:
196196
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
197197

198198
- name: Upload SARIF
199-
uses: github/codeql-action/upload-sarif@v3.27.5
199+
uses: github/codeql-action/upload-sarif@v3.27.6
200200
with:
201201
sarif_file: ${{ steps.filename.outputs.filename }}
202202
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name

0 commit comments

Comments
 (0)