Skip to content

Commit b0e7803

Browse files
Update github/codeql-action requirement to b1e4dc3db58c9601794e22a9f6d28d45461b9dbf
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/b1e4dc3db58c9601794e22a9f6d28d45461b9dbf) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: b1e4dc3db58c9601794e22a9f6d28d45461b9dbf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad3ac5c commit b0e7803

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@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # 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@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # 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@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # infered from @v3

0 commit comments

Comments
 (0)