Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- name: Install deps
run: sudo apt-get update && sudo apt-get install ${{ matrix.extra_deps }}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- name: Install deps
run: sudo apt-get update && sudo apt-get install ${{ matrix.extra_deps }}
Expand All @@ -279,7 +279,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/meson_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

# meson on jammy is at version 0.61.2, so install through pipx
- name: Install build requirements
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

# meson on noble is at 1.3.2
- name: Install deps
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- name: Install deps
run: sudo apt-get update && sudo apt-get install ninja-build meson libgtest-dev ${{ matrix.extra_deps }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

# update the meson gtest wrap because we're going to use a c++17 standard
- name: Install deps
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
distro: ubuntu_latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
- name: Build and test
uses: uraimo/run-on-arch-action@v3.0.1
id: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distro: ubuntu_latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
- name: Build and test
uses: uraimo/run-on-arch-action@v3.0.1
id: build
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- name: Install deps
run: sudo apt-get update && sudo apt-get install ${{ matrix.extra_deps }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
egress-policy: audit # cannot be block - runner does git checkout

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0

- name: Install deps
run: |
Expand Down
Loading