summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-17 05:26:55 +0000
committerGitHub <noreply@github.com>2022-01-17 05:26:55 +0000
commit8ff8259083869f21d1d353816a30546bda7ef134 (patch)
treefa547a7d89aabf9b62c3ed84c15ac1e9804b82b5
parentcc25bedb2964e81cab7f02c87b70554dc0d3b24e (diff)
downloadsystemd-dependabot/github_actions/github/codeql-action-1.0.27.tar.gz
build(deps): bump github/codeql-action from 1.0.26 to 1.0.27dependabot/github_actions/github/codeql-action-1.0.27
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 1.0.27. - [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/5f532563584d71fdef14ee64d17bafb34f751ce5...cd783c8a29bdcf5a5c79c5137889e24651fa626c) --- 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-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cceb514510..f2c6421ccd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Initialize CodeQL
- uses: github/codeql-action/init@5f532563584d71fdef14ee64d17bafb34f751ce5
+ uses: github/codeql-action/init@cd783c8a29bdcf5a5c79c5137889e24651fa626c
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
@@ -49,7 +49,7 @@ jobs:
- run: sudo -E .github/workflows/unit_tests.sh SETUP
- name: Autobuild
- uses: github/codeql-action/autobuild@5f532563584d71fdef14ee64d17bafb34f751ce5
+ uses: github/codeql-action/autobuild@cd783c8a29bdcf5a5c79c5137889e24651fa626c
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@5f532563584d71fdef14ee64d17bafb34f751ce5
+ uses: github/codeql-action/analyze@cd783c8a29bdcf5a5c79c5137889e24651fa626c