summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 20:59:22 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-04-24 16:54:46 -0500
commit30078169f029c8421690ae93cb59527c9c56e34b (patch)
tree77dddae6263792289e90b6244a4f52e68b4e5e30 /.github
parent4c4451b51ddb6e482a81a2607bdcdfe58da8651c (diff)
downloadurllib3-30078169f029c8421690ae93cb59527c9c56e34b.tar.gz
Bump github/codeql-action from 2.2.9 to 2.3.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.3.0. - [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/04df1262e6247151b5ac09cd2c303ac36ad3f62b...b2c19fb9a2a485599ccf4ed5d65527d94bc57226) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 245a7eb0..d2755645 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@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
+ uses: "github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
+ uses: "github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
+ uses: "github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"