diff --git a/.github/workflows/cdelivery.yml b/.github/workflows/cdelivery.yml index 7c7777b..8a1d663 100644 --- a/.github/workflows/cdelivery.yml +++ b/.github/workflows/cdelivery.yml @@ -12,7 +12,7 @@ jobs: - name: Clone the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 draft_release: name: Draft a release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4609a9..6118860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Clone the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 testing: name: Run ${{ matrix.category }} testing diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c017650..c36df2b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ jobs: - name: Clone the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 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 646dc99..006fabe 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@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 assign_author: name: Assign Author to the Pull Request