From f6b3b4c2e89d406fb1b0880f7b1d2a1e10b3316e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:16:17 +0000 Subject: [PATCH] Chore(deps): Bump actions/checkout from 4.3.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [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/34e114876b0b11c390a56381ad16ebd13914f8d5...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/collaboration-webhook-notifications.yml | 2 +- .github/workflows/docs-publish.yml | 2 +- .github/workflows/supply-chain-security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/collaboration-webhook-notifications.yml b/.github/workflows/collaboration-webhook-notifications.yml index c310408..b1c8c78 100644 --- a/.github/workflows/collaboration-webhook-notifications.yml +++ b/.github/workflows/collaboration-webhook-notifications.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index f4e1edc..dbc6f69 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -27,7 +27,7 @@ jobs: VAULT_ADDR: ${{ secrets.VAULT_ADDR }} VAULT_CA_CERT_PEM: ${{ secrets.VAULT_CA_CERT_PEM }} steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: submodules: recursive # Use a PAT for private submodules when available; fall back to repo token. diff --git a/.github/workflows/supply-chain-security.yml b/.github/workflows/supply-chain-security.yml index d286036..12a650c 100644 --- a/.github/workflows/supply-chain-security.yml +++ b/.github/workflows/supply-chain-security.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Setup Node 20 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020