From a91c9ddc1cb31ef50ea329cef735d5e44f389954 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:12:10 +0000 Subject: [PATCH] Update actions/checkout digest to 34e1148 --- .github/workflows/api.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_package.yml | 2 +- .github/workflows/ui.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 801863a..da6b2b3 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,7 +13,7 @@ jobs: go: ["1.19", "1.20.4"] name: Go ${{ matrix.go }} run steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup go uses: actions/setup-go@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aeb1b77..3dcac51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/release_package.yml b/.github/workflows/release_package.yml index eda7b61..60cc9e0 100644 --- a/.github/workflows/release_package.yml +++ b/.github/workflows/release_package.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 48389c3..31946f7 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -14,7 +14,7 @@ jobs: node-version: [14.x, 15.x, 16.x, 18.x] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Cache node modules uses: actions/cache@v3