File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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:39f92e620aa34854b8877b43bdffd411a301a50eefb38400785a01991f25a2f6
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:39f92e620aa34854b8877b43bdffd411a301a50eefb38400785a01991f25a2f6
3333 before_script :
3434 - cd frontend
3535 - yarn
You can’t perform that action at this time.
0 commit comments