Skip to content

Commit b114c60

Browse files
Bump github/codeql-action from 4 to 4.37.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.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@v4...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 959feb5 commit b114c60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v4
46+
uses: github/codeql-action/init@v4.37.4
4747
with:
4848
languages: ${{ matrix.languages}}
4949
queries: security-extended
@@ -52,7 +52,7 @@ jobs:
5252
run: CGO_ENABLED=0 go build -mod=vendor -tags=no_cgo ./...
5353

5454
- name: CodeQL Analyze
55-
uses: github/codeql-action/analyze@v4
55+
uses: github/codeql-action/analyze@v4.37.4
5656
with:
5757
category: "/language:${{ matrix.languages}}"
5858
# need org username and pat to access private libraries

0 commit comments

Comments
 (0)