Skip to content

Commit 384a5e0

Browse files
committed
meta: Pin GitHub Actions Flow Version
- Because of Prevention Supply Chain Attack
1 parent 1c1a08b commit 384a5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1717
with:
1818
fetch-depth: 0
1919
- name: Get version from tag
@@ -27,7 +27,7 @@ jobs:
2727
echo "version=$VERSION" >> $GITHUB_OUTPUT
2828
echo "Version: $VERSION"
2929
- name: set up JDK 17
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
3131
with:
3232
java-version: '17'
3333
distribution: 'temurin'
@@ -37,7 +37,7 @@ jobs:
3737
- name: build Release
3838
run: ./gradlew assembleRelease
3939
- name: Create Release
40-
uses: svenstaro/upload-release-action@v2
40+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # latest
4141
with:
4242
repo_token: ${{ secrets.GITHUB_TOKEN }}
4343
file: app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)