From ac8e0f8f263d1deb39203e576edec40f72916e3b Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Thu, 17 Sep 2026 15:13:03 +0200 Subject: [PATCH] ci: use pinned workflows based on pinned actions --- .github/workflows/conventional-commit-on-pr-title.yaml | 4 ++-- .github/workflows/release-please.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conventional-commit-on-pr-title.yaml b/.github/workflows/conventional-commit-on-pr-title.yaml index 039402e6..838b4e01 100644 --- a/.github/workflows/conventional-commit-on-pr-title.yaml +++ b/.github/workflows/conventional-commit-on-pr-title.yaml @@ -13,5 +13,5 @@ jobs: if: github.repository_owner == 'iExecBlockchainComputing' permissions: pull-requests: read - # conventional-commits-v1.2.0 - uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@975de113847596617899976f67f5b5faceef0a84 + # conventional-commits-v1.2.1 + uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@7825b11bd6f0b141075368add5223c873d76a2d3 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 7242a3a6..17af62a1 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,8 +14,8 @@ jobs: release-please: # Prevent execution on forks if: github.repository_owner == 'iExecBlockchainComputing' - # release-please-v2.2.0 - uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@4e2e817b7c2dcab27a671b630e23d07f5fc94daf + # release-please-v2.2.1 + uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@1c4f92368b01037ca4f209c2f9179cf8a07f00ff secrets: RELEASE_PLEASE_APPLICATION_ID: ${{ secrets.RELEASE_PLEASE_APPLICATION_ID }} RELEASE_PLEASE_PRIVATE_KEY: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}