Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
std: [11, 17]
mlock: [ON, OFF]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cmake
- name: Configure
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
mlock: [ON, OFF]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
std: [11, 17]
mlock: [ON, OFF]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: msys2/setup-msys2@v2
with:
update: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
std: [11, 17]
mlock: [ON, OFF]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install dependencies
run: |
brew update
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
mlock: [ON, OFF]
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cmake hyperfine
- name: Run benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/secure_zero_odr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
odr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Install dependencies
run: |
Expand All @@ -24,4 +24,4 @@ jobs:
-o secure_zero_odr

- name: Run secure_zero ODR sample
run: ./secure_zero_odr
run: ./secure_zero_odr
Loading