Compare commits
No commits in common. "e55dce9e43600cb7441c18f6629a3093c8cde878" and "939c70e7df93bf6a97288e4b6035717b864998ad" have entirely different histories.
e55dce9e43
...
939c70e7df
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@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
|
||||
uses: codacy/codacy-analysis-cli-action@9acc82f5c4d097d191a50b89b4a447207d280b14
|
||||
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=8.1.0
|
||||
ARG PNPM_VERSION=7.30.0
|
||||
ENV PNPM_HOME=/root/.local/share/pnpm
|
||||
ENV PATH=$PATH:$PNPM_HOME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user