We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6447be commit 1d804d2Copy full SHA for 1d804d2
2 files changed
.github/workflows/sharevb-vercel-preview.yml
@@ -13,7 +13,7 @@ jobs:
13
Deploy-Preview:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17
- name: Install Vercel CLI
18
run: npm install --global vercel@latest
19
- name: Pull Vercel Environment Information
.github/workflows/sharevb-vercel-prod.yml
@@ -12,7 +12,7 @@ jobs:
12
Deploy-Production:
0 commit comments