summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 21:05:54 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-02-16 19:47:51 -0600
commit5e072876b81e8adb30df8cdffbc756b7af883ca4 (patch)
tree734be2f148f92ce8378aa148455ff2e64a3fa962
parent8619650a81a959b716b2f38b2a714ac1831e9a98 (diff)
downloadurllib3-pquentin-patch-1.tar.gz
Bump github/codeql-action from 2.2.2 to 2.2.4pquentin-patch-1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.2 to 2.2.4. - [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/39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5...17573ee1cc1b9d061760f3a006fc4aac4f944fd5) --- 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>
-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 433db139..d4d9d589 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@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5"
+ uses: "github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5"
+ uses: "github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5"
+ uses: "github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"