summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 21:14:32 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-18 19:55:46 -0500
commit416519f58c7e915784f5131b0edc373f9a6ebd75 (patch)
tree762f61b92462ead5abb68931cf1b5f886d47f676 /.github
parent529248ee061641bf830888b08359fa2d40408b93 (diff)
downloadurllib3-416519f58c7e915784f5131b0edc373f9a6ebd75.tar.gz
Bump github/codeql-action from 2.2.5 to 2.2.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.6. - [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...16964e90ba004cdf0cd845b866b5df21038b7723) --- 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 6aa1fa38..08602951 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@32dc499307d133bb5085bae78498c0ac2cf762d5"
+ uses: "github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5"
+ uses: "github/codeql-action/autobuild@16964e90ba004cdf0cd845b866b5df21038b7723"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5"
+ uses: "github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723"