diff --git a/.github/workflows/gittuf-rsl-main.yml b/.github/workflows/gittuf-rsl-main.yml index cfae398..55eb581 100644 --- a/.github/workflows/gittuf-rsl-main.yml +++ b/.github/workflows/gittuf-rsl-main.yml @@ -16,7 +16,7 @@ jobs: - name: Install gitsign uses: chainguard-dev/actions/setup-gitsign@main - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - name: Update RSL diff --git a/.github/workflows/gittuf-rsl-non-main.yml b/.github/workflows/gittuf-rsl-non-main.yml index 0c8910e..9e25f82 100644 --- a/.github/workflows/gittuf-rsl-non-main.yml +++ b/.github/workflows/gittuf-rsl-non-main.yml @@ -16,7 +16,7 @@ jobs: - name: Install gitsign uses: chainguard-dev/actions/setup-gitsign@main - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - name: Update RSL