From 7b647527158424f349b975f30394ad78afa4176d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Jul 2024 04:03:32 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to 692973e --- .forgejo/workflows/fetch-upstream-cdi.yaml | 2 +- .forgejo/workflows/fetch-upstream.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/fetch-upstream-cdi.yaml b/.forgejo/workflows/fetch-upstream-cdi.yaml index 3fc3188..43ab905 100644 --- a/.forgejo/workflows/fetch-upstream-cdi.yaml +++ b/.forgejo/workflows/fetch-upstream-cdi.yaml @@ -18,7 +18,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 diff --git a/.forgejo/workflows/fetch-upstream.yaml b/.forgejo/workflows/fetch-upstream.yaml index 1e1d316..4297f6e 100644 --- a/.forgejo/workflows/fetch-upstream.yaml +++ b/.forgejo/workflows/fetch-upstream.yaml @@ -18,7 +18,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0