Skip to content

Commit 4be6656

Browse files
Update github/codeql-action requirement to 4c3e5362829f0b0bb62ff5f6c938d7f95574c306
Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. - [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/commits/4c3e5362829f0b0bb62ff5f6c938d7f95574c306) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4c3e5362829f0b0bb62ff5f6c938d7f95574c306 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b71a753 commit 4be6656

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,7 +43,7 @@ jobs:
4343
token: ${{ github.token }}
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # infered from @v3
46+
uses: github/codeql-action/init@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 # infered from @v3
4747
with:
4848
languages: ${{ matrix.language }}
4949

@@ -55,7 +55,7 @@ jobs:
5555
cache: 'gradle'
5656

5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@bed2a47f201e917459bc40343380c570a730ff06 # infered from @v3
58+
uses: github/codeql-action/autobuild@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 # infered from @v3
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@86b04fb0e47484f7282357688f21d5d0e32175fe # infered from @v3
61+
uses: github/codeql-action/analyze@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 # infered from @v3

0 commit comments

Comments
 (0)