summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 20:05:20 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-11-17 07:44:09 -0600
commit806fdb7f0d64f02d034bf610d37eb2c143af4c05 (patch)
tree92cea2e45137b1933a1f80b015af93f4f9f594a6 /.github
parent19582a1f35ae810f97dc46897232770c810c197a (diff)
downloadurllib3-806fdb7f0d64f02d034bf610d37eb2c143af4c05.tar.gz
Bump github/codeql-action from 2.1.31 to 2.1.32
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.31 to 2.1.32. - [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/c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898...4238421316c33d73aeea2801274dd286f157c2bb) --- 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 213834a4..1cfb9f83 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@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"
+ uses: "github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"
+ uses: "github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898"
+ uses: "github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb"