Skip to content
Closed
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
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write # Needed to create a release
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -39,7 +39,7 @@ jobs:
name: Building Linux libraries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Linux
Expand All @@ -49,7 +49,7 @@ jobs:
name: Building macOS libraries
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build macOS
Expand All @@ -59,7 +59,7 @@ jobs:
name: Building Windows libraries
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Windows
Expand All @@ -69,7 +69,7 @@ jobs:
name: Building Android libraries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Android
Expand All @@ -82,7 +82,7 @@ jobs:
name: Basic WASM build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand All @@ -93,7 +93,7 @@ jobs:
name: Build XCFramework
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build XCFramework
Expand All @@ -104,7 +104,7 @@ jobs:
needs: [ draft_release, libs_android ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand All @@ -126,7 +126,7 @@ jobs:
needs: [ draft_release, libs_xcframework ]
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
contents: write # Needed to upload binaries to release.

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
permissions:
contents: write # Needed to upload binaries to release.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand All @@ -260,7 +260,7 @@ jobs:
permissions:
id-token: write # Required for OIDC token exchange
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: rust-lang/crates-io-auth-action@v1
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
security-events: write # Needed to upload findings as code scanning results.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Run zizmor 🌈
Expand All @@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Linux libraries
Expand All @@ -39,7 +39,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build macOS
Expand All @@ -50,7 +50,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand All @@ -62,7 +62,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Android
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand All @@ -87,7 +87,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build XCFramework
Expand All @@ -102,7 +102,7 @@ jobs:
matrix:
os: [ubuntu-24.04, macos-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
os: [ubuntu-24.04, ubuntu-arm64, macos-latest, windows-latest, windows-11-arm]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
build_stable_rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
include:
- os: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Install Rust
Expand Down
Loading