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
2 changes: 2 additions & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# 2. Checks Rust-Sec registry for security advisories.

name: Cargo Deny
permissions:
contents: read
on:
pull_request:
merge_group:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:
jobs:
regression:
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [macos-13, ubuntu-22.04, ubuntu-24.04, macos-14, ubuntu-24.04-arm]
Expand All @@ -33,6 +35,8 @@ jobs:

benchcomp-tests:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout Kani
uses: actions/checkout@v5
Expand All @@ -56,6 +60,8 @@ jobs:

perf:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout Kani
uses: actions/checkout@v5
Expand All @@ -72,6 +78,8 @@ jobs:

llbc-regression:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout Kani
uses: actions/checkout@v5
Expand Down
Loading