Skip to content

Commit 35ea8ae

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump github/codeql-action from 4 to 4.37.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de18a85 commit 35ea8ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sast.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- run: git checkout HEAD^2
4040
if: ${{ github.event_name == 'pull_request' }}
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v4
42+
uses: github/codeql-action/init@v4.37.3
4343
with:
4444
languages: java
4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@v4
46+
uses: github/codeql-action/autobuild@v4.37.3
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v4
48+
uses: github/codeql-action/analyze@v4.37.3

0 commit comments

Comments
 (0)