From 4f1fdb2b57e26654e4ea8dee1d90c6cbfeb22f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:07:34 +0200 Subject: [PATCH] Bump github/codeql-action from 3.25.11 to 3.25.12 (#95) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.25.11...v3.25.12) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/gha.sum | 2 +- .github/workflows/semgrep.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6fe10f7..7c32267 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,8 +28,8 @@ jobs: WORKFLOW=$(echo "$WORKFLOW" | cut -d '@' -f 1 | cut -d '/' -f 3-5) go run ./cmd/ghasum verify -cache /home/runner/work/_actions -no-evict -offline "$WORKFLOW:$JOB" - name: Initialize CodeQL - uses: github/codeql-action/init@v3.25.11 + uses: github/codeql-action/init@v3.25.12 with: languages: go - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3.25.11 + uses: github/codeql-action/analyze@v3.25.12 diff --git a/.github/workflows/gha.sum b/.github/workflows/gha.sum index 02791e3..40abee5 100755 --- a/.github/workflows/gha.sum +++ b/.github/workflows/gha.sum @@ -2,7 +2,7 @@ version 1 actions/checkout@v4.1.6 ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg= actions/setup-go@v5.0.2 n9tqUfB4OKK5aiUOExrVooiAI2s7Wcih+7CYiJHr920= -github/codeql-action@v3.25.11 FD26UGB5XxgnaAch3o2/0B6G1w+L9p0fpoVew1u+ekQ= +github/codeql-action@v3.25.12 iktPhIR8AnNPEI+J5O/qXqaGk18teAMgIe0g1XWLW34= ncipollo/release-action@v1.14.0 +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM= stefanzweifel/git-auto-commit-action@v5.0.0 t2VeG9180CmZ5/cmxvkFkN6iWoWsOjlaJ2V8rp1HDqY= tibdex/github-app-token@v2.1.0 ZNSBo6XSE0yxs8IkHEkVtUC9MkEeXTclXpMLl6zAmCs= diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 48f23a5..b8a5a07 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -33,7 +33,7 @@ jobs: env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - name: Upload Semgrep report to GitHub - uses: github/codeql-action/upload-sarif@v3.25.11 + uses: github/codeql-action/upload-sarif@v3.25.12 if: ${{ failure() || success() }} with: sarif_file: semgrep.sarif