From 52d84ebe9d0ef9080be5e6226af45d6245be4ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:27:35 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 0c366fd6a839edf440554fa01a7085ccba70ac98 to 900f2210b1d28bbbd0bd22d17926b9e224e8f231. - [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/0c366fd6a839edf440554fa01a7085ccba70ac98...900f2210b1d28bbbd0bd22d17926b9e224e8f231) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 900f2210b1d28bbbd0bd22d17926b9e224e8f231 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-github-actions.yml | 2 +- .github/workflows/lint-secrets.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-github-actions.yml b/.github/workflows/lint-github-actions.yml index ef75864..4b3703e 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main with: persist-credentials: false diff --git a/.github/workflows/lint-secrets.yml b/.github/workflows/lint-secrets.yml index 790cf27..4050656 100644 --- a/.github/workflows/lint-secrets.yml +++ b/.github/workflows/lint-secrets.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c26e5c..7cca546 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main with: persist-credentials: false