diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index adc2611..411d444 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 756cad5..a38c69f 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index 4cf868a..9902d45 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support @@ -61,7 +61,7 @@ jobs: issues: write steps: - name: Repo checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/migrate-reusable.yml b/.github/workflows/migrate-reusable.yml index 8112a45..388eb54 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/pr-review-comment.yml b/.github/workflows/pr-review-comment.yml index 747756f..6b37611 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 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 6599676..713b03f 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/sync-support-workflows.yml b/.github/workflows/sync-support-workflows.yml index c8aa810..8dee51b 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - 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 2ee3b77..83b0d22 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 1 token: ${{ secrets.BITNAMI_BOT_SUPPORT_TOKEN }}