Skip to content

Commit

Permalink
Merge remote-tracking branches 'origin/renovate/dev-deps', 'origin/re…
Browse files Browse the repository at this point in the history
…novate/github-codeql-action-3.x', 'origin/renovate/myrotvorets-node-build-latest' and 'origin/renovate/myrotvorets-node-min'
  • Loading branch information
myrotvorets-team committed Dec 15, 2024
4 parents a8f185b + 61f81dc + 2d8e95b + 7dd8f20 commit 4b106c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
category: "/language:${{ matrix.language }}"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM myrotvorets/node-build:latest@sha256:5b811ef66c70b2d9ffb595d0480df2e5d0aa02025fa39e824475d213846663b2 AS build
FROM myrotvorets/node-build:latest@sha256:b2f7349f299902f849e229dfa704ed5e3a04f2aa7db7babf78b543abc7038ec8 AS build
USER root
WORKDIR /srv/service
RUN chown nobody:nobody /srv/service && apk add --no-cache vips-dev
Expand All @@ -13,7 +13,7 @@ COPY --chown=nobody:nobody ./src ./src
RUN npm run build -- --declaration false --removeComments true --sourceMap false
RUN npm prune --omit=dev

FROM myrotvorets/node-min@sha256:902b16bd28738964ff63535810b868d137e103e45762d4b824ce87dc91a0f04f
FROM myrotvorets/node-min@sha256:1810d7a471b7422da7053c515c109908e0f5c32de79b4f79b95d3c37e9412358
USER root
WORKDIR /srv/service
RUN chown nobody:nobody /srv/service && apk add --no-cache vips vips-cpp
Expand Down

0 comments on commit 4b106c7

Please sign in to comment.