[CI] Using master action code for checking rerun commands

 The rerun checks CI can not use ref to get all failure test actions. So I change to use sha of the commits to get all failure test actions to rerun. https://github.com/zymap/bot/pull/3/files

Reviewers: Enrico Olivelli <eolivelli@gmail.com>

This closes #2332 from zymap/fix-bot
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index fdda43f..798a20b 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -11,7 +11,7 @@
       - uses: actions/checkout@v2
 
       - name: Bot actions
-        uses: zymap/bot@v1.0.0
+        uses: zymap/bot@v1.0.1
         env:
           GITHUB_TOKEN: ${{ secrets.BKBOT_TOKEN }}
         with: