Skip to content

Commit

Permalink
Merge pull request #4 from stbischof/stbischof-patch-2
Browse files Browse the repository at this point in the history
[CI] Update license.yml - use version hashes
  • Loading branch information
maho7791 committed Jun 27, 2023
2 parents 8c72bd9 + 8d00a20 commit 6a32f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check License Header
uses: apache/skywalking-eyes@v0.4.0 # always prefer to use a revision instead of `main`.
uses: apache/skywalking-eyes@438e4ea5682269933ea2c8b5608662e52af26959 # always prefer to use a hash instead of `main` or `v0.0.4`.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed only when you want License-Eye to comment on the pull request.

0 comments on commit 6a32f57

Please sign in to comment.