From 2e5eb54bf1c8c3b48cdf1bb1b3393777c4b957f7 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Tue, 3 Dec 2024 10:26:06 +0000 Subject: [PATCH] Update `actions/checkout` to version `4.2.2` (#294) --- .github/workflows/verify-reproducibility-reusable.yaml | 2 +- src/changelog/.11.x.x/update_actions_checkout.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-reproducibility-reusable.yaml b/.github/workflows/verify-reproducibility-reusable.yaml index dbcaef3..a2e013a 100644 --- a/.github/workflows/verify-reproducibility-reusable.yaml +++ b/.github/workflows/verify-reproducibility-reusable.yaml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 with: ref: ${{ github.ref }} diff --git a/src/changelog/.11.x.x/update_actions_checkout.xml b/src/changelog/.11.x.x/update_actions_checkout.xml index 2f75393..23d88cf 100644 --- a/src/changelog/.11.x.x/update_actions_checkout.xml +++ b/src/changelog/.11.x.x/update_actions_checkout.xml @@ -3,6 +3,6 @@ xmlns="https://logging.apache.org/xml/ns" xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="updated"> - + Update `actions/checkout` to version `4.2.2`