From 824c9844316c7a9896f6a95a3a670977767fa165 Mon Sep 17 00:00:00 2001 From: CodesphereBot Date: Tue, 3 Feb 2026 16:09:04 +0000 Subject: [PATCH] update(deps): update actions/checkout digest to de0fac2 --- .github/workflows/cli-build_test.yml | 2 +- .github/workflows/go-lint.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/service-build_test.yml | 2 +- .github/workflows/tag-release.yml | 2 +- .github/workflows/update-docs-and-licenses.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cli-build_test.yml b/.github/workflows/cli-build_test.yml index a2424ddd..c2bb0647 100644 --- a/.github/workflows/cli-build_test.yml +++ b/.github/workflows/cli-build_test.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 15c31253..b0a841dc 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -17,7 +17,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version-file: 'go.mod' diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 0f166166..81e3a1ae 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: integration-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 diff --git a/.github/workflows/service-build_test.yml b/.github/workflows/service-build_test.yml index 74656efc..69810331 100644 --- a/.github/workflows/service-build_test.yml +++ b/.github/workflows/service-build_test.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index d8bb4b19..82e3c698 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest needs: integration-tests steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-tags: true fetch-depth: 0 diff --git a/.github/workflows/update-docs-and-licenses.yml b/.github/workflows/update-docs-and-licenses.yml index e6fac51a..abc96b95 100644 --- a/.github/workflows/update-docs-and-licenses.yml +++ b/.github/workflows/update-docs-and-licenses.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: # on push to main, use main; on PR, check out the PR head ref: ${{ github.event.pull_request.head.ref || github.ref }}