summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 20:18:27 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-03-06 22:27:46 -0600
commitf1de76329d5ef1edccb00340ca9f37275551d0a5 (patch)
tree7a618d459dcbe2c1a00064c0f4c95b62de27d3af /.github
parent7c1d682db68fa8964b5d82e18d99cfdfad07e82b (diff)
downloadurllib3-f1de76329d5ef1edccb00340ca9f37275551d0a5.tar.gz
Bump github/codeql-action from 2.2.4 to 2.2.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.4 to 2.2.5. - [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/17573ee1cc1b9d061760f3a006fc4aac4f944fd5...32dc499307d133bb5085bae78498c0ac2cf762d5) --- 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 d4d9d589..6aa1fa38 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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"
+ uses: "github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
- uses: "github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"
+ uses: "github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5"
- name: "Run CodeQL analyze"
- uses: "github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5"
+ uses: "github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5"