Skip to content

Commit 70b86dd

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
build(deps): bump github/codeql-action from 2.2.11 to 2.2.12
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.11 to 2.2.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d186a2a...7df0ce3) --- 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 dd11188 commit 70b86dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22-
- uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
22+
- uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
2323
with:
2424
languages: go
25-
- uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7
26-
- uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7
25+
- uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
26+
- uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
2727

2828
coverage:
2929
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)