File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout mobile code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v5
17+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
1818 with :
1919 java-version : 17
2020 distribution : temurin
2323 run : echo "FLUTTER_VERSION=$(cat flutter-version)" >> $GITHUB_ENV
2424
2525 - name : Install Flutter
26- uses : subosito/flutter-action@v2
26+ uses : subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0
2727 with :
2828 flutter-version : ${{ env.FLUTTER_VERSION }}
2929
6363 flutter build apk --split-per-abi --target-platform="android-arm64" --dart-define=cronetHttpNoPlay=true --dart-define=LICHESS_HOST=lichess.org --dart-define=LICHESS_WS_HOST=socket.lichess.org --dart-define=LICHESS_WS_SECRET=wG1OLhUR3CSXdDybqrtIW227QGrtiM3d
6464
6565 - name : Configure AWS credentials
66- uses : aws-actions/configure-aws-credentials@v6
66+ uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
6767 with :
6868 aws-access-key-id : ${{ secrets.S3_ACCESS_KEY }}
6969 aws-secret-access-key : ${{ secrets.S3_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments