From 895521249c9a459eca8bcf3d5d49ec944a8b37a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 20:05:59 +0000 Subject: [PATCH] build(deps): Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [akiomik/mado](https://github.com/akiomik/mado) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `akiomik/mado` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/akiomik/mado/releases) - [Changelog](https://github.com/akiomik/mado/blob/main/CHANGELOG.md) - [Commits](https://github.com/akiomik/mado/compare/177695b4d2cd6b107f881a8e91067cc7588fb129...6642676268ddaad6187482ef57d95e218c6b865c) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0 - [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/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) --- updated-dependencies: - dependency-name: akiomik/mado dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae3187..6e3154b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,4 @@ jobs: severity: warning - name: mado - uses: akiomik/mado@177695b4d2cd6b107f881a8e91067cc7588fb129 # v0.3.1 + uses: akiomik/mado@6642676268ddaad6187482ef57d95e218c6b865c # v0.3.2 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ac7816e..be5a5f6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -39,6 +39,6 @@ jobs: retention-days: 5 - name: Upload to code scanning - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: results.sarif