Skip to content

Commit 78c2712

Browse files
chore(deps): bump github/codeql-action in the workflows group
Bumps the workflows group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 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@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcdc7eb commit 78c2712

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: projectdiscovery/actions/setup/go@v1
2121
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
2222
- run: govulncheck -scan package -format sarif ./... > $OUTPUT
23-
- uses: github/codeql-action/upload-sarif@v3
23+
- uses: github/codeql-action/upload-sarif@v4
2424
with:
2525
sarif_file: "${{ env.OUTPUT }}"
2626
category: "govulncheck"

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ jobs:
120120
security-events: write
121121
steps:
122122
- uses: actions/checkout@v5
123-
- uses: github/codeql-action/init@v3
123+
- uses: github/codeql-action/init@v4
124124
with:
125125
languages: 'go'
126-
- uses: github/codeql-action/autobuild@v3
127-
- uses: github/codeql-action/analyze@v3
126+
- uses: github/codeql-action/autobuild@v4
127+
- uses: github/codeql-action/analyze@v4
128128

129129
release:
130130
name: "Release test"

0 commit comments

Comments
 (0)