summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 20:59:56 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-27 22:28:31 -0500
commit82de567945da113b50c7746e7672230a6a4d59a0 (patch)
tree798245be70d446d8e386e36d885db4c294ceb61b /.github
parent7392cb39c932f9d38a7b7f5a543ca9cf40a22961 (diff)
downloadurllib3-82de567945da113b50c7746e7672230a6a4d59a0.tar.gz
Bump github/codeql-action from 2.2.7 to 2.2.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.7 to 2.2.9. - [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/168b99b3c22180941ae7dbdd5f5c9678ede476ba...04df1262e6247151b5ac09cd2c303ac36ad3f62b) --- 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 06d582ed..245a7eb0 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3"
- name: "Run CodeQL init"
- uses: "github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba"
+ uses: "github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba"
+ uses: "github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba"
+ uses: "github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b"