Skip to content

Commit a0128c9

Browse files
committed
ci(kernel-rc-cross-os): pin actions to full commit SHAs (org policy)
databricks org requires all actions pinned to a full-length commit SHA; actions/checkout@v4 and setup-node@v4 were rejected at 'Set up job'. Pin to the same SHAs main.yml uses. Co-authored-by: Isaac
1 parent ccd2707 commit a0128c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kernel-rc-cross-os.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- { label: darwin-arm64, os: macos-latest, node: 20 }
6262
- { label: win32-x64-msvc, os: windows-latest, node: 20 }
6363
steps:
64-
- uses: actions/checkout@v4
65-
- uses: actions/setup-node@v4
64+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
65+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6666
with:
6767
node-version: ${{ matrix.node }}
6868
- name: Platform info
@@ -99,7 +99,7 @@ jobs:
9999
- { label: linux-x64-musl, runner: ubuntu-latest, image: 'node:16-alpine', node16: 'yes' }
100100
- { label: linux-arm64-musl, runner: ubuntu-24.04-arm, image: 'node:20-alpine', node16: '' } # needs ARM runner availability
101101
steps:
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
103103
- name: Run suite in ${{ matrix.image }}
104104
working-directory: .
105105
run: |

0 commit comments

Comments
 (0)