diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index 4dcf25b..b124890 100644 --- a/.github/workflows/comment-created.yml +++ b/.github/workflows/comment-created.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 8345f46..d01e662 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -24,7 +24,7 @@ jobs: assignees: ${{ steps.get-info.outputs.assignees }} steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index 655d77a..1e37fce 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support @@ -61,7 +61,7 @@ jobs: issues: write steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/migrate-reusable.yml b/.github/workflows/migrate-reusable.yml index d748c6e..e27b63b 100644 --- a/.github/workflows/migrate-reusable.yml +++ b/.github/workflows/migrate-reusable.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.token }} steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/pr-review-comment.yml b/.github/workflows/pr-review-comment.yml index f4474b0..e787f11 100644 --- a/.github/workflows/pr-review-comment.yml +++ b/.github/workflows/pr-review-comment.yml @@ -36,7 +36,7 @@ jobs: (!contains(fromJson(inputs.labels), 'bitnami')) steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/pr-review-requested-sync.yml b/.github/workflows/pr-review-requested-sync.yml index 53181f5..cb5141b 100644 --- a/.github/workflows/pr-review-requested-sync.yml +++ b/.github/workflows/pr-review-requested-sync.yml @@ -23,7 +23,7 @@ jobs: (!contains(github.event.pull_request.labels.*.name, 'bitnami')) && (!contains(github.event.pull_request.labels.*.name, 'triage')) steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/sync-support-workflows.yml b/.github/workflows/sync-support-workflows.yml index ddfbc4f..22ce5b9 100644 --- a/.github/workflows/sync-support-workflows.yml +++ b/.github/workflows/sync-support-workflows.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - name: Checkout Repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 with: diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index d6010a6..baa570d 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - name: Repo checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 1 token: ${{ secrets.BITNAMI_BOT_SUPPORT_TOKEN }}