diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 7cb5a16..fd4899d 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -30,7 +30,7 @@ jobs: PREV_TAG_NAME: ${{ steps.previous_commit.outputs.PREV_TAG_NAME }} steps: - name: Clone Repository (${{ github.event.inputs.git-ref }}) - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'komikku-app/komikku-source' fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: needs: prepare-build steps: - name: Clone Repository (${{ github.event.inputs.git-ref }} - ${{ needs.prepare-build.outputs.TAG_NAME }}) - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'komikku-app/komikku-source' fetch-depth: 0 diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index d3f1548..80538b9 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'komikku-app/komikku' ref: 'master'