Skip to content

Commit ad2af1e

Browse files
authored
Merge branch 'main' into rfsaliev/cpp-runtime-binding
2 parents 1b92453 + eee8ad4 commit ad2af1e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-linux-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cc: clang-15
4646

4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4949

5050
- name: Configure build
5151
working-directory: ${{ runner.temp }}

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ivf: ON
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5353
- name: Install MKL
5454
timeout-minutes: 5
5555
run: |

.github/workflows/build-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs_prefix: true
4545

4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4848

4949
- name: Install Compiler
5050
run: |

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-22.04
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737

3838
- name: Build Container
3939
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pre-commit:
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525
- uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.12'

.github/workflows/skywalking-eyes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
steps:
3636
- name: "Checkout code"
37-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3838
- name: "Run check"
3939
uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
4040
with:

0 commit comments

Comments
 (0)