Skip to content

Commit da9be06

Browse files
dependabot[bot]evverx
authored andcommitted
build(deps): bump github/codeql-action from 1.0.27 to 1.0.29
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.27 to 1.0.29. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cd783c8...384cfc4) --- 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>
1 parent 766527e commit da9be06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@cd783c8a29bdcf5a5c79c5137889e24651fa626c
46+
uses: github/codeql-action/init@384cfc42b2131df01c009d3d2eed7b78d8e8556e
4747
with:
4848
languages: ${{ matrix.language }}
4949
config-file: ./.github/codeql-config.yml
5050

5151
- run: sudo -E .github/workflows/unit_tests.sh SETUP
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@cd783c8a29bdcf5a5c79c5137889e24651fa626c
54+
uses: github/codeql-action/autobuild@384cfc42b2131df01c009d3d2eed7b78d8e8556e
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@cd783c8a29bdcf5a5c79c5137889e24651fa626c
57+
uses: github/codeql-action/analyze@384cfc42b2131df01c009d3d2eed7b78d8e8556e

0 commit comments

Comments
 (0)