Skip to content

Commit e6720b4

Browse files
committed
test: pin Android workflow actions
Signed-off-by: moluopro <[email protected]>
1 parent 71923c0 commit e6720b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
runs-on: macos-26
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575
with:
7676
persist-credentials: false
7777
path: node
7878
- name: Setup Python
79-
uses: actions/setup-python@v6
79+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8080
with:
8181
python-version: ${{ env.PYTHON_VERSION }}
8282
allow-prereleases: true

0 commit comments

Comments
 (0)