diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e73ec9..9d348a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja index 992a2f1..deb55b4 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true @@ -51,7 +51,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true @@ -76,7 +76,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true @@ -110,7 +110,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true @@ -141,7 +141,7 @@ jobs: - tests steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 fetch-tags: true