From 0ec3e5933a9744bf44d212858986bd7af48634d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:43:35 +0000 Subject: [PATCH 1/2] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to 1cce3390c2bfda521930d01229c073c7ff920824. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/900f2210b1d28bbbd0bd22d17926b9e224e8f231...1cce3390c2bfda521930d01229c073c7ff920824) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 1cce3390c2bfda521930d01229c073c7ff920824 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 38ac472de..05a5bb8a1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 + uses: actions/checkout@1cce3390c2bfda521930d01229c073c7ff920824 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` From ada5907970c03634a4ad8917d4a02deb93307174 Mon Sep 17 00:00:00 2001 From: Amos Date: Tue, 2 Jun 2026 08:04:42 +0800 Subject: [PATCH 2/2] chore(deps): bump actions/checkout --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 05a5bb8a1..01b59be14 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@1cce3390c2bfda521930d01229c073c7ff920824 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node`