Update license eye version (#69)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 7152c6f..3112cb0 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -39,9 +39,7 @@
       - name: Check out code into the Go module directory
         uses: actions/checkout@v2
       - name: Check License
-        uses: apache/skywalking-eyes@main
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
       - name: Check
         run: make check
   build: