From 3fa5ec578b1a06e2de6800bb25481b219692a56c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 27 Mar 2026 06:58:44 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.34.1 Signed-off-by: Mend Renovate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba33a5c1b..db9d41a2da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: - name: Upload SARIF report if: ${{ github.event_name != 'pull_request' && github.repository == 'moby/moby' }} - uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 + uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 with: sarif_file: ${{ env.DESTDIR }}/govulncheck.out