Skip to content

Commit 754a823

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

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

0 commit comments

Comments
 (0)