Skip to content

Commit fbdb2cb

Browse files
vsavkinclaude
andcommitted
chore(templates): pin universal-large -if-present steps to branch SHA
Temporary so the template can be tested before v5 is republished with the new workflow-steps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8997d86 commit fbdb2cb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

launch-templates/linux.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ common-universal-init-steps: &common-universal-init-steps
7575
paths: '~/.gradle/wrapper'
7676
base-branch: 'main'
7777
- name: Install Mise (if config present)
78-
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/install-mise-if-present/main.yaml'
78+
uses: 'nrwl/nx-cloud-workflows/8997d86c066a752fc445b711e49b083c21816304/workflow-steps/install-mise-if-present/main.yaml'
7979
- name: Install Rust (if Rust project)
80-
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/install-rust-if-present/main.yaml'
80+
uses: 'nrwl/nx-cloud-workflows/8997d86c066a752fc445b711e49b083c21816304/workflow-steps/install-rust-if-present/main.yaml'
8181
- name: Install Node (if JS project)
82-
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/install-node-if-present/main.yaml'
82+
uses: 'nrwl/nx-cloud-workflows/8997d86c066a752fc445b711e49b083c21816304/workflow-steps/install-node-if-present/main.yaml'
8383
- name: Install Node Modules (if lock file)
84-
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/install-node-modules-if-present/main.yaml'
84+
uses: 'nrwl/nx-cloud-workflows/8997d86c066a752fc445b711e49b083c21816304/workflow-steps/install-node-modules-if-present/main.yaml'
8585
- name: Install Java (if JVM project)
86-
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/install-java-if-present/main.yaml'
86+
uses: 'nrwl/nx-cloud-workflows/8997d86c066a752fc445b711e49b083c21816304/workflow-steps/install-java-if-present/main.yaml'
8787

8888
launch-templates:
8989
linux-small-js:

0 commit comments

Comments
 (0)