We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8feae8 commit f9e54a9Copy full SHA for f9e54a9
2 files changed
.github/workflows/header-check.yml
@@ -27,4 +27,4 @@ jobs:
27
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
28
29
- name: Check License Header
30
- uses: apache/skywalking-eyes/header@e0cc16d0e47f446fbc456d0e670dc50dec09719e # main
+ uses: apache/skywalking-eyes/header@6e368ec14f31521edc7118374773e78d2d646aeb # main
.github/workflows/markdown-checks.yml
@@ -27,7 +27,7 @@ jobs:
- name: Link Checker
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
+ uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
31
with:
32
# There is no security token. So, it would fail on any links which aren't public.
33
args: "--verbose --no-progress **/*.md"
0 commit comments