File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v4.1.1
1818 - name : Validate Gradle Wrapper
1919 uses : gradle/wrapper-validation-action@v1
2020
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v4.1.1
2727 - name : Lint
2828 run : bash ./gradlew lintDevDebug --stacktrace
2929
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v4.1.1
3636 - name : Unit tests
3737 run : bash ./gradlew test --stacktrace
3838
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v4.1.1
4545 - name : Build debug APK
4646 run : bash ./gradlew assembleDev --stacktrace
4747 - name : Upload APK
Original file line number Diff line number Diff line change 3131 reaction-type : " +1"
3232
3333 - name : Checkout the latest code
34- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
34+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535 with :
3636 fetch-depth : 0
3737 token : ${{ secrets.COMMAND_BOT_PAT }}
You can’t perform that action at this time.
0 commit comments