Skip to content
Open
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
18 changes: 9 additions & 9 deletions .github/workflows/modes-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
goarch: arm64
steps:
- name: Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: 'stable'
cache: false
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- *download-spacectl-binary
- *install-spacectl-binary
- name: Setup Bun
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
- name: Setup cache
uses: ./
with:
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
- *download-spacectl-binary
- *install-spacectl-binary
- name: Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: '1.25'
cache: false
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
- *download-spacectl-binary
- *install-spacectl-binary
- name: Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: '1.25'
cache: false
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- uses: browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # v2
- uses: browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2
with:
chrome-version: latest
- run: chrome --version
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
env:
NSC_POWERTOYS_DIR: ${{ steps.space.outputs.powertoys-dir }}
- name: Install mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
with:
cache: false
mise_toml: |
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
env:
NSC_POWERTOYS_DIR: ${{ steps.space.outputs.powertoys-dir }}
- name: Install Nix
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -758,7 +758,7 @@ jobs:
ref: ${{ github.job_workflow_sha }}
- *download-spacectl-binary
- *install-spacectl-binary
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1
with:
ruby-version: '3.2'
bundler-cache: false
Expand Down Expand Up @@ -906,7 +906,7 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
repository: nscloud-demo/ios-demo
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1
with:
ruby-version: '3.2.7'
bundler-cache: false
Expand Down