Compare commits
4 Commits
939c70e7df
...
e55dce9e43
Author | SHA1 | Date | |
---|---|---|---|
e55dce9e43 | |||
4232e490b7 | |||
|
1aa40a6d75 | ||
|
c58626d017 |
2
.github/workflows/codacy.yml
vendored
2
.github/workflows/codacy.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
|
||||
- name: Run Codacy Analysis CLI
|
||||
uses: codacy/codacy-analysis-cli-action@9acc82f5c4d097d191a50b89b4a447207d280b14
|
||||
uses: codacy/codacy-analysis-cli-action@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
|
||||
with:
|
||||
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
|
||||
# You can also omit the token and run the tools that support default configurations
|
||||
|
@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim
|
||||
LABEL maintainer="sombochea@cubetiqs.com"
|
||||
|
||||
# Install PNPM
|
||||
ARG PNPM_VERSION=7.30.0
|
||||
ARG PNPM_VERSION=8.1.0
|
||||
ENV PNPM_HOME=/root/.local/share/pnpm
|
||||
ENV PATH=$PATH:$PNPM_HOME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user