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: 1 addition & 1 deletion .github/workflows/binary-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

# Download macOS native binary
- name: Download macOS native binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14
# ------------------------------------------------------------

- name: get version from release tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-native-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

# Cache the Swift .build directory so compilation is fast on unchanged source
- name: Compute Swift source hash
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: javascript-typescript

Expand All @@ -80,12 +80,12 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: actions
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: actions

Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: swift
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -106,7 +106,7 @@ jobs:
cd packages/encryption-binary-swift/swift
swift build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: swift

Expand All @@ -118,11 +118,11 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: rust
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: rust
4 changes: 2 additions & 2 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

- name: Build libraries
run: bun run build:libs
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
node-version: '24.x'

- name: Setup pnpm
uses: pnpm/action-setup@v5
uses: pnpm/action-setup@v6
with:
version: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notarize-native-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

- name: Build varlock libs
run: bun run build:libs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: Label PR based on maintainer status
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const MAINTAINERS = 'theoephraim philmillman'.split(' ');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

# Ensure npm 11.5.1 or later is installed (for trusted publishing)
- name: Update npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: bun install

- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

- name: Build varlock and integrations
run: bun run build:libs
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@v5
uses: pnpm/action-setup@v6
with:
version: 10

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install js deps (w/ bun)
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

# ------------------------------------------------------------
- name: Bumpy release plan check
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Install node deps
run: bun install
- name: Enable turborepo build cache
uses: rharkor/caching-for-turbo@v2.3.11
uses: rharkor/caching-for-turbo@v2.3.14

# Get signed macOS .app if varlock is being released
# If the macOS build ran this run, download the artifact directly
Expand Down
Loading