summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-01 09:50:18 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-02-03 07:22:48 -0600
commitb3f17710541a0bf2adec13cee65f6a289dae2743 (patch)
tree3a22587f71332bbbd96e2629e72a0f039e1502c2 /.github
parent5a24dc55d86e4c5ca7fe0bd496da768caf617591 (diff)
downloadurllib3-b3f17710541a0bf2adec13cee65f6a289dae2743.tar.gz
Bump github/codeql-action from 2.1.38 to 2.2.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.38 to 2.2.1. - [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/515828d97454b8354517688ddc5b48402b723750...3ebbd71c74ef574dbc558c82f70e52732c8b44fe) --- 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 289142c8..98cb816d 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@515828d97454b8354517688ddc5b48402b723750"
+ uses: "github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750"
+ uses: "github/codeql-action/autobuild@3ebbd71c74ef574dbc558c82f70e52732c8b44fe"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750"
+ uses: "github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe"