We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5813895 commit 05fade9Copy full SHA for 05fade9
2 files changed
.github/workflows/license-check.yml
@@ -7,6 +7,6 @@ jobs:
7
license:
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@master
+ - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
11
- name: Check License Header
12
uses: apache/skywalking-eyes/header@55373684d1b70e5f8fd9fc8ec114a89ad11a56a3
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
toolchain: stable
15
16
- - uses: michaelkaye/setup-matrix-synapse@main
+ - uses: michaelkaye/setup-matrix-synapse@e080023c56271cab986b83db75edba570fafb88b # main
17
18
uploadLogs: true
19
httpPort: 8008
0 commit comments