Skip to content

Update package versions in pre-commit-env.yml #2

Update package versions in pre-commit-env.yml

Update package versions in pre-commit-env.yml #2

Triggered via push March 18, 2024 01:46
Status Failure
Total duration 19s
Artifacts

main.yml

on: push
lint-dockerfiles
7s
lint-dockerfiles
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
lint-dockerfiles: .devcontainer/Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
lint-dockerfiles: .devcontainer/Dockerfile#L6
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
lint-dockerfiles: .devcontainer/Dockerfile#L6
DL3016 warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
lint-dockerfiles: .devcontainer/Dockerfile#L24
DL3003 warning: Use WORKDIR to switch to a directory
lint-dockerfiles: .devcontainer/Dockerfile#L24
DL3060 info: `yarn cache clean` missing after `yarn install` was run.
lint-dockerfiles
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-dockerfiles
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/