summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-07 20:04:36 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-11-07 15:54:23 -0600
commite956a4249d50b3eedab54d7c3a5cab59edae7f6b (patch)
treeb152ad6568606c375520ab04ff2f2b0ecbca89b7 /.github
parentf88b3c24cc2e559af9e877eaf10de368cc56a805 (diff)
downloadurllib3-e956a4249d50b3eedab54d7c3a5cab59edae7f6b.tar.gz
Bump github/codeql-action from 2.1.29 to 2.1.31
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.29 to 2.1.31. - [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/ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6...c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898) --- 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 af8493cd..213834a4 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@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6"
+ uses: "github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6"
+ uses: "github/codeql-action/autobuild@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6"
+ uses: "github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"