summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 20:04:18 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-12-25 12:53:35 -0600
commit1a897ddfe2f7e017a354ec99b924b5d0afc166d8 (patch)
tree192d3f84f796f03efd5472c08320990bbc77a88d /.github
parent943d9f8188a51eca4bc8438c9d5f3d5821178124 (diff)
downloadurllib3-1a897ddfe2f7e017a354ec99b924b5d0afc166d8.tar.gz
Bump github/codeql-action from 2.1.36 to 2.1.37
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.36 to 2.1.37. - [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/a669cc5936cc5e1b6a362ec1ff9e410dc570d190...959cbb7472c4d4ad70cdfe6f4976053fe48ab394) --- 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 45efdf9f..e6646766 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@a669cc5936cc5e1b6a362ec1ff9e410dc570d190"
+ uses: "github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190"
+ uses: "github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190"
+ uses: "github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"