From f4cdbeb9133a59764657a9ede80e32152d87e9c5 Mon Sep 17 00:00:00 2001 From: Helber Belmiro Date: Fri, 27 Sep 2024 18:56:36 -0300 Subject: [PATCH] chore: pinned estroz/rerun-actions version (#11257) Signed-off-by: hbelmiro Signed-off-by: Helber Belmiro --- .github/workflows/rerun-pr-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rerun-pr-jobs.yml b/.github/workflows/rerun-pr-jobs.yml index 2c4c30eb402..9e36be63884 100644 --- a/.github/workflows/rerun-pr-jobs.yml +++ b/.github/workflows/rerun-pr-jobs.yml @@ -10,7 +10,7 @@ jobs: if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-20.04 steps: - - uses: estroz/rerun-actions@main + - uses: estroz/rerun-actions@6da343594fa5cc0869523be9b43ed9256c68d39b # https://github.com/estroz/rerun-actions/releases/tag/v0.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} comment_id: ${{ github.event.comment.id }} \ No newline at end of file