From a6d0e542025a3b5fc445d59c832aa78a9e8af6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:12:13 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/autobuild](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [actions/attest](https://github.com/actions/attest). Updates `github/codeql-action/init` from 1ad29ea4a422cce9a242a9fae469541dcd08addc to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 - [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/1ad29ea4a422cce9a242a9fae469541dcd08addc...99df26d4f13ea111d4ec1a7dddef6063f76b97e9) Updates `github/codeql-action/autobuild` from 1ad29ea4a422cce9a242a9fae469541dcd08addc to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 - [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/1ad29ea4a422cce9a242a9fae469541dcd08addc...99df26d4f13ea111d4ec1a7dddef6063f76b97e9) Updates `github/codeql-action/analyze` from 1ad29ea4a422cce9a242a9fae469541dcd08addc to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 - [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/1ad29ea4a422cce9a242a9fae469541dcd08addc...99df26d4f13ea111d4ec1a7dddef6063f76b97e9) Updates `actions/attest` from f6bf1532d7d6793fce74eac584813a8eee607999 to a1948c3f048ba23858d222213b7c278aabede763 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/f6bf1532d7d6793fce74eac584813a8eee607999...a1948c3f048ba23858d222213b7c278aabede763) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 dependency-type: direct:production dependency-group: all - dependency-name: github/codeql-action/autobuild dependency-version: 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 dependency-type: direct:production dependency-group: all - dependency-name: github/codeql-action/analyze dependency-version: 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 dependency-type: direct:production dependency-group: all - dependency-name: actions/attest dependency-version: a1948c3f048ba23858d222213b7c278aabede763 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/provenance.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e489768..97d8179 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,12 +27,12 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Initialize CodeQL - uses: github/codeql-action/init@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4 + uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4 + uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4 + uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index b73a408..607cb7d 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -105,7 +105,7 @@ jobs: - name: Attest Gemini Nano demo bundle id: attest - uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: "gemini-nano-demo-bundle-${{ github.sha }}.tar.gz"