diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-01 11:08:13 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2022-07-01 13:34:01 +0200 |
commit | 573fb26ca29ba57185439f2851cdcea0025e7ede (patch) | |
tree | cffd8b214125f74bcfae1c9c2e7843f35b51cc10 /.github/workflows/codeql-analysis.yml | |
parent | journalctl: fix to show user slice (diff) | |
download | systemd-573fb26ca29ba57185439f2851cdcea0025e7ede.tar.xz systemd-573fb26ca29ba57185439f2851cdcea0025e7ede.zip |
build(deps): bump github/codeql-action from 2.1.6 to 2.1.15
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.15.
- [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/28eead240834b314f7def40f6fcba65d100d99b1...3f62b754e23e0dd60f91b744033e1dc1654c0ec6)
---
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 '')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 13cbacce43..1bef3925e9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Initialize CodeQL - uses: github/codeql-action/init@28eead240834b314f7def40f6fcba65d100d99b1 + uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml @@ -51,7 +51,7 @@ jobs: - run: sudo -E .github/workflows/unit_tests.sh SETUP - name: Autobuild - uses: github/codeql-action/autobuild@28eead240834b314f7def40f6fcba65d100d99b1 + uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@28eead240834b314f7def40f6fcba65d100d99b1 + uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 |