From 66f30968a5d692c246df62a0bcab4f44301cf273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:06:42 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-ensure-sha-pinned-actions Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 1.0.4 to 3.0.10. - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/8877889a5717dad0b139f1d2925689aa68f88a43...b88cd0aad2c36a63e42c71f81cb1958fed95ac87) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cdelivery.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/deployment.yml | 2 +- .github/workflows/pull_request-opened.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cdelivery.yml b/.github/workflows/cdelivery.yml index 9c2e682..2001bfc 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@4830be28ce81da52ec70d65c552a7403821d98d4 draft_release: name: Draft a release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7ba6f3..23c9302 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@4830be28ce81da52ec70d65c552a7403821d98d4 testing: name: Run ${{ matrix.category }} testing diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1a2b3ac..e7fff4e 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@4830be28ce81da52ec70d65c552a7403821d98d4 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..e8e0606 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@4830be28ce81da52ec70d65c552a7403821d98d4 assign_author: name: Assign Author to the Pull Request