Skip to content

Commit 294110d

Browse files
chore(deps): update patch
1 parent 365e00d commit 294110d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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.
@@ -53,7 +53,7 @@ jobs:
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
@@ -67,4 +67,4 @@ jobs:
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

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
# Frontend yarn build & test
77
test-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
1919
test-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
3030
deploy-frontend:
3131
stage: deploy
32-
image: node@sha256:3523df9d45c0280f49f4b503c7e2d354eeab5d676017488dd082188a0f09f99a
32+
image: node@sha256:39f92e620aa34854b8877b43bdffd411a301a50eefb38400785a01991f25a2f6
3333
before_script:
3434
- cd frontend
3535
- yarn

0 commit comments

Comments
 (0)