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 27d5027 commit 2378645Copy full SHA for 2378645
.github/workflows/e2e.yml
@@ -17,10 +17,12 @@ jobs:
17
name: Test clang ${{ matrix.clang_version }} with style ${{ matrix.clang_style }}
18
steps:
19
- name: Checkout workflow repo
20
- uses: actions/checkout@v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
+ with:
22
+ repository: cloudwu/ltask
23
24
- name: Set up Python
- uses: actions/setup-python@v5
25
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
26
with:
27
python-version: '3.13'
28
0 commit comments