From f2a7afd9147adba31fd1cb893fa7646cb3e1f529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:11:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/checkout?= =?UTF-8?q?=20digest=20to=2034e1148?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-library.yaml | 2 +- .github/workflows/test-licenses.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-library.yaml b/.github/workflows/build-library.yaml index 8bedabb..802f7b3 100644 --- a/.github/workflows/build-library.yaml +++ b/.github/workflows/build-library.yaml @@ -16,7 +16,7 @@ jobs: CI: "1" steps: - name: Check out repository code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/test-licenses.yaml b/.github/workflows/test-licenses.yaml index 518d0b3..24640cd 100644 --- a/.github/workflows/test-licenses.yaml +++ b/.github/workflows/test-licenses.yaml @@ -17,7 +17,7 @@ jobs: CI: "1" steps: - name: Check out repository code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Check License Header uses: apache/skywalking-eyes/header@v0.7.0 # - name: Check Dependencies' License