Skip to content

Commit b014761

Browse files
github-actions(deps): bump github/codeql-action from 3.26.12 to 3.27.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.27.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c36620d...ea9e4e3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5329c44 commit b014761

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
@@ -37,15 +37,15 @@ jobs:
3737
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b
40+
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
4141
with:
4242
languages: ${{ matrix.language }}
4343

4444
- name: Autobuild
45-
uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b
45+
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b
48+
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
4949

5050
#qodana:
5151
# permissions:

0 commit comments

Comments
 (0)