summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 20:29:24 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-10-24 16:23:14 -0500
commit25e27d48c81cdd3712424d3e208730616fdff6c1 (patch)
treecdb99e1f29bbdacc6c42a5a028ffb96687032291 /.github/workflows/codeql.yml
parent043dbb6d37a82f607efb8ca022b27a30b21a3b9b (diff)
downloadurllib3-25e27d48c81cdd3712424d3e208730616fdff6c1.tar.gz
Bump github/codeql-action from 2.1.27 to 2.1.28
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.27 to 2.1.28. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/807578363a7869ca324a79039e6db9c843e0e100...cc7986c02bac29104a72998e67239bb5ee2ee110) --- 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>
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0795de76..38e5ef25 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8"
- name: "Run CodeQL init"
- uses: "github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100"
+ uses: "github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@807578363a7869ca324a79039e6db9c843e0e100"
+ uses: "github/codeql-action/autobuild@cc7986c02bac29104a72998e67239bb5ee2ee110"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100"
+ uses: "github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110"