Skip to content

Commit aca709c

Browse files
committed
Hash pin all GitHub Actions
1 parent b034159 commit aca709c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
- name: Build and test
264264
run: ./Android/android.py ci --fast-ci "$triplet"
265265

266-
- uses: actions/upload-artifact@v7
266+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
267267
with:
268268
name: ${{ env.triplet }}
269269
path: cross-build/${{ env.triplet }}/dist/*

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: actions/setup-python@v6.2.0
19+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version: "3.x"
2222
cache: pip

0 commit comments

Comments
 (0)