Skip to content

Commit 07d7cab

Browse files
chore(deps): bump the all group across 1 directory with 4 updates (#10)
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](github/codeql-action@1ad29ea...99df26d) 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](github/codeql-action@1ad29ea...99df26d) 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](github/codeql-action@1ad29ea...99df26d) 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](actions/attest@f6bf153...a1948c3) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feb71cf commit 07d7cab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4
30+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
3131
with:
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4
35+
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@1ad29ea4a422cce9a242a9fae469541dcd08addc # v4
38+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Attest Gemini Nano demo bundle
107107
id: attest
108-
uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4
108+
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4
109109
with:
110110
subject-path: "gemini-nano-demo-bundle-${{ github.sha }}.tar.gz"
111111

0 commit comments

Comments
 (0)