Skip to content

Commit 2655ae5

Browse files
committed
fix: pin GitHub Actions to commit SHAs for CI hardening
- actions/checkout v4.3.1 (34e11487) - actions/setup-java v4.8.0 (c1e32368) - amondnet/vercel-action v25.2.0 (16e87c0a) Ref: SELF-2469
1 parent dec5521 commit 2655ae5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-android-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run:
2626
working-directory: packages/native-shell-android
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929

30-
- uses: actions/setup-java@v4
30+
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
3131
with:
3232
distribution: temurin
3333
java-version: '17'

.github/workflows/webview-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Deploy to Vercel
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323

2424
- uses: ./.github/actions/yarn-install
2525

@@ -33,7 +33,7 @@ jobs:
3333
run: yarn workspace @selfxyz/webview-app build:hosted
3434

3535
- name: Deploy to Vercel
36-
uses: amondnet/vercel-action@v25
36+
uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
3737
with:
3838
vercel-token: ${{ secrets.VERCEL_TOKEN }}
3939
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)