Skip to content

Commit

Permalink
fix(ci): use a fixed revision for skywalking eyes (#8172)
Browse files Browse the repository at this point in the history
Seems the recent changes in skywalking-eyes have broken the GitHub Actions workflow (apache/skywalking-eyes#150). Anyway it's [not a good practice](https://github.com/marketplace/actions/license-eye-header#check-license-headers) to use the `main` branch, let's use a fixed revision for it.

Approved-By: liurenjie1024
  • Loading branch information
BugenZhao authored Feb 24, 2023
1 parent d257b5f commit 3735a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check License Header
uses: apache/skywalking-eyes/header@main
uses: apache/skywalking-eyes/header@df70871af1a8109c9a5b1dc824faaf65246c5236

0 comments on commit 3735a4f

Please sign in to comment.