Skip to content

chore(deps): update actions/checkout action to v4.1.6 (#104) #94

chore(deps): update actions/checkout action to v4.1.6 (#104)

chore(deps): update actions/checkout action to v4.1.6 (#104) #94

Triggered via push June 4, 2024 14:46
Status Success
Total duration 31s
Artifacts

release.yml

on: push
release
23s
release
release-check
0s
release-check
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 2 notices
[hadolint] testdata/Dockerfile#L3 <DL3015>(https://github.com/hadolint/hadolint/wiki/DL3015): testdata/Dockerfile#L3
Avoid additional packages by specifying `--no-install-recommends`
[hadolint] testdata/Dockerfile#L5 <DL3059>(https://github.com/hadolint/hadolint/wiki/DL3059): testdata/Dockerfile#L5
Multiple consecutive `RUN` instructions. Consider consolidation.
[hadolint] testdata/Dockerfile#L3 <DL3008>(https://github.com/hadolint/hadolint/wiki/DL3008): testdata/Dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
[hadolint] testdata/Dockerfile#L5 <SC1007>(https://github.com/koalaman/shellcheck/wiki/SC1007): testdata/Dockerfile#L5
Remove space after = if trying to assign a value (for empty string, use var='' ... ).