File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14- - uses : gradle/actions/wrapper-validation@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5
14+ - uses : gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5
1515
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
Original file line number Diff line number Diff line change 4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
45+ uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
56+ uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
70+ uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
Original file line number Diff line number Diff line change 66# Frontend yarn build & test
77test-frontend :
88 stage : test
9- image : node@sha256:3523df9d45c0280f49f4b503c7e2d354eeab5d676017488dd082188a0f09f99a
9+ image : node@sha256:c4bfed36421c310d1fbb6dc51faf98065768fbc1c2c1ddd554813ecaa81bb2db
1010 before_script :
1111 - cd frontend
1212 script :
@@ -18,7 +18,7 @@ test-frontend:
1818# Backend gradle build & test
1919test-backend :
2020 stage : test
21- image : gradle:jdk11@sha256:93b11aaaee8e000325a4cd2e3eb2dba72b855f3775a0b39628ae4590a8807a99
21+ image : gradle:jdk11@sha256:10dd4bd3785808d0be201684e0a5e8ec4d1ac58dc2ce45def791ce10eb44dd9a
2222 before_script :
2323 - cd backend
2424 script :
@@ -29,7 +29,7 @@ test-backend:
2929# Frontend deploy to firebase
3030deploy-frontend :
3131 stage : deploy
32- image : node@sha256:3523df9d45c0280f49f4b503c7e2d354eeab5d676017488dd082188a0f09f99a
32+ image : node@sha256:c4bfed36421c310d1fbb6dc51faf98065768fbc1c2c1ddd554813ecaa81bb2db
3333 before_script :
3434 - cd frontend
3535 - yarn
You can’t perform that action at this time.
0 commit comments