summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-17 12:10:23 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-01-17 07:13:58 -0500
commit6089b8d0fca44fc41d030190c577ac3c58eec090 (patch)
tree4adcac99dc6ae170907c1f42596af66f5b8227ed /.github
parent89ea3b506561ffd6427f6a1c28e9cd7496b0cea9 (diff)
downloadurllib3-6089b8d0fca44fc41d030190c577ac3c58eec090.tar.gz
Bump github/codeql-action from 2.1.37 to 2.1.38
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.1.38. - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...515828d97454b8354517688ddc5b48402b723750) --- 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 e6646766..289142c8 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@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"
+ uses: "github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"
+ uses: "github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394"
+ uses: "github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750"