diff --git a/.github/workflows/plugins-benchmark-pr.yml b/.github/workflows/plugins-benchmark-pr.yml index 8770b66..950a7cb 100644 --- a/.github/workflows/plugins-benchmark-pr.yml +++ b/.github/workflows/plugins-benchmark-pr.yml @@ -103,7 +103,7 @@ jobs: pull-requests: write steps: - name: Comment PR - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 + uses: thollander/actions-comment-pull-request@65f9e5c9a1f2cd378bd74b2e057c9736982a8e74 # v3.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} message: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd80f37..efdc046 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: check-latest: true node-version: lts/* - - uses: nearform/optic-release-automation-action@0aab4e4c4f16472e358e2c697d14ea468258244c # v4.10.2 + - uses: nearform-actions/optic-release-automation-action@0aab4e4c4f16472e358e2c697d14ea468258244c # v4.10.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} semver: ${{ github.event.inputs.semver }}