File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3333
3434 - name : Setup JDK 19
3535 uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
6262# build-root-directory: android
6363
6464 - name : Build application Release APK with Gradle
65- uses : gradle/gradle-build-action@v2.4.2
65+ uses : gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
6666 with :
6767 arguments : assembleRelease
6868 build-root-directory : android
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v2
46+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
4747 with :
4848 languages : ${{ matrix.language }}
4949 # If you wish to specify custom queries, you can do so here or in a config file.
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@v2
57+ uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
5858
5959 # βΉοΈ Command-line programs to run using the OS shell.
6060 # π https://git.io/JvXDl
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v2
71+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
Original file line number Diff line number Diff line change 1313
1414 steps :
1515
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1717
1818# - uses: mikehardy/buildcache-action@v1
1919
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
1919 - name : Install with Yarn
2020 run : yarn && yarn setup
You canβt perform that action at this time.
0 commit comments