summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-19 00:57:28 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-18 23:32:16 -0500
commit2b40cf2ef0d3cdb74a72e906ccc1e3cd8bf4b13c (patch)
tree0e05904845c3ab23eab0e6f05c0041ae5c1e4026 /.github
parent416519f58c7e915784f5131b0edc373f9a6ebd75 (diff)
downloadurllib3-2b40cf2ef0d3cdb74a72e906ccc1e3cd8bf4b13c.tar.gz
Bump github/codeql-action from 2.2.5 to 2.2.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.7. - [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/32dc499307d133bb5085bae78498c0ac2cf762d5...168b99b3c22180941ae7dbdd5f5c9678ede476ba) --- 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')
-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 08602951..602792f9 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b"
- name: "Run CodeQL init"
- uses: "github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723"
+ uses: "github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@16964e90ba004cdf0cd845b866b5df21038b7723"
+ uses: "github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723"
+ uses: "github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba"