Merge pull request #3945 from docker/dependabot/github_actions/codeql-actions-ac07fb48a3

build(deps): bump the codeql-actions group with 4 updates
This commit is contained in:
CrazyMax
2026-07-08 09:22:41 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -294,7 +294,7 @@ jobs:
- -
name: Upload SARIF report name: Upload SARIF report
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'docker/buildx' }} if: ${{ github.ref == 'refs/heads/master' && github.repository == 'docker/buildx' }}
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with: with:
sarif_file: ${{ env.DESTDIR }}/govulncheck.out sarif_file: ${{ env.DESTDIR }}/govulncheck.out
@@ -437,7 +437,7 @@ jobs:
image: registry://${{ env.REPO_SLUG }}:master image: registry://${{ env.REPO_SLUG }}:master
- -
name: Upload SARIF report name: Upload SARIF report
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with: with:
sarif_file: ${{ steps.scout.outputs.result-file }} sarif_file: ${{ steps.scout.outputs.result-file }}
+3 -3
View File
@@ -31,14 +31,14 @@ jobs:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- -
name: Initialize CodeQL name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with: with:
languages: go languages: go
- -
name: Autobuild name: Autobuild
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
- -
name: Perform CodeQL Analysis name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with: with:
category: "/language:go" category: "/language:go"