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
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get Semver
id: semver
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Must checkout for push, but not pull_request according to the action
- name: Checkout
if: github.event_name != 'pull_request'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Check for non-docs changes
id: filter
uses: dorny/paths-filter@v3
Expand All @@ -44,7 +44,7 @@ jobs:
run: df -h

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
group: core-docs-check-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with: # Does not need lfs to validate since the header file existing is enough for the check
sparse-checkout: /docs/
sparse-checkout-cone-mode: false
Expand All @@ -84,7 +84,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: /docs/
sparse-checkout-cone-mode: false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# This has access to secrets. If we run any code provided by the repo at this point, it could be malicious.
# https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
##########
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
sparse-checkout: /docs/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/label-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check Documentation Labels
env:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check Release Notes Labels
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
issues: write
if: ${{ github.repository_owner == 'deephaven' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Link Checker
id: lychee
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: df -h

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
lfs: true

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
lfs: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.repository_owner == 'deephaven' # Don't run on forks that haven't disabled actions
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: /docs/
sparse-checkout-cone-mode: false
Expand All @@ -33,7 +33,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.repository_owner == 'deephaven' # Don't run on forks that haven't disabled actions
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: /docs/
sparse-checkout-cone-mode: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.repository_owner == 'deephaven' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.merged
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Trigger PR Merge Webhook
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Must checkout for push, but not pull_request according to the action
- name: Checkout
if: github.event_name != 'pull_request'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Check for non-docs changes
id: filter
uses: dorny/paths-filter@v3
Expand All @@ -46,7 +46,7 @@ jobs:
run: df -h

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quick-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Must checkout for push, but not pull_request according to the action
- name: Checkout
if: github.event_name != 'pull_request'
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Check for non-docs changes
id: filter
uses: dorny/paths-filter@v3
Expand All @@ -34,7 +34,7 @@ jobs:
if: ${{ needs.changes.outputs.non-docs == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check gitignore rules
run: .github/scripts/check-gitignore-rules.sh
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.non-docs == 'true' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup JDK 11
id: setup-java-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout latest
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: main
- name: Setup Node
Expand Down