From d25c0bf76dcbc7c960a216c26ca23bff6ecd7f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:23:08 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [mlugg/setup-zig](https://github.com/mlugg/setup-zig) and [github/codeql-action](https://github.com/github/codeql-action). Updates `mlugg/setup-zig` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/mlugg/setup-zig/releases) - [Commits](https://github.com/mlugg/setup-zig/compare/475c97be87a204e6c57fe851f970bd02005a70f0...8d6198c65fb0feaa111df26e6b467fea8345e46f) Updates `github/codeql-action` from 3.29.3 to 3.29.4 - [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/d6bbdef45e766d081b84a2def353b0055f728d3e...4e828ff8d448a8a6e532957b1811f387a63867e8) --- updated-dependencies: - dependency-name: mlugg/setup-zig dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/part_build.yml | 2 +- .github/workflows/part_test.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/part_build.yml b/.github/workflows/part_build.yml index 020bbab..5ed4ac8 100644 --- a/.github/workflows/part_build.yml +++ b/.github/workflows/part_build.yml @@ -31,7 +31,7 @@ jobs: with: egress-policy: audit - - uses: mlugg/setup-zig@475c97be87a204e6c57fe851f970bd02005a70f0 # latest main + - uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # latest main with: version: 0.14.0 diff --git a/.github/workflows/part_test.yml b/.github/workflows/part_test.yml index 85f1a30..6f639b2 100644 --- a/.github/workflows/part_test.yml +++ b/.github/workflows/part_test.yml @@ -63,7 +63,7 @@ jobs: - run: mix credo --format sarif > results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: sarif_file: results.sarif category: credo diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index cf55011..a5c4e72 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -76,6 +76,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: sarif_file: results.sarif