diff --git a/.github/workflows/cdelivery.yml b/.github/workflows/cdelivery.yml index 9c2e682..165c2d0 100644 --- a/.github/workflows/cdelivery.yml +++ b/.github/workflows/cdelivery.yml @@ -12,7 +12,7 @@ jobs: - name: Clone the repository uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 draft_release: name: Draft a release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ec6b8..290e039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Clone the repository uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 testing: name: Run ${{ matrix.category }} testing diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92402af..b8d2fde 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ jobs: - name: Clone the repository uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 verify_clean_release: name: Verify a clean release diff --git a/.github/workflows/pull_request-opened.yml b/.github/workflows/pull_request-opened.yml index 28794ff..8b42501 100644 --- a/.github/workflows/pull_request-opened.yml +++ b/.github/workflows/pull_request-opened.yml @@ -12,7 +12,7 @@ jobs: - name: Clone the repository uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 assign_author: name: Assign Author to the Pull Request