Skip to content

Commit 0afa8e3

Browse files
chore: bump github/codeql-action from 3.26.6 to 3.27.0 (GoogleContainerTools#9552)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.27.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@v3.26.6...v3.27.0) --- updated-dependencies: - dependency-name: github/codeql-action 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 329bf7a commit 0afa8e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3.26.6
56+
uses: github/codeql-action/init@v3.27.0
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -65,4 +65,4 @@ jobs:
6565
make out/skaffold
6666
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@v3.26.6
68+
uses: github/codeql-action/analyze@v3.27.0

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050

5151
# Upload the results to GitHub's code scanning dashboard.
5252
- name: "Upload to code-scanning"
53-
uses: github/codeql-action/upload-sarif@v3.26.6 # v1.0.26
53+
uses: github/codeql-action/upload-sarif@v3.27.0 # v1.0.26
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)