Update linters #1
lint.yml Required
on: pull_request
Lint (Initialize)
3s
Matrix: lint
Annotations
24 errors and 1 warning
|
Lint (go)
The specified go version file at: go.mod does not exist
|
|
Lint (yaml):
.github/workflows/release.yml#L44
44:28 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L41
41:17 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L40
40:16 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L39
39:23 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L37
37:15 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L32
32:15 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L29
29:17 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L27
27:15 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L24
24:14 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (yaml):
.github/workflows/release.yml#L17
17:5 [quoted-strings] string value is not quoted with single quotes
|
|
Lint (ratchet)
Process completed with exit code 1.
|
|
Ratchet - Unpinned Reference:
.github/workflows/validate-readme.yml#L33
.github/workflows/validate-readme.yml:33:15: The reference `actions/setup-go@v3` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
|
|
Ratchet - Unpinned Reference:
.github/workflows/validate-readme.yml#L30
.github/workflows/validate-readme.yml:30:15: The reference `actions/checkout@v3` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
|
|
Ratchet - Unpinned Reference:
.github/workflows/release.yml#L32
.github/workflows/release.yml:32:15: The reference `actions/setup-go@v3` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
|
|
Ratchet - Unpinned Reference:
.github/workflows/release.yml#L37
.github/workflows/release.yml:37:15: The reference `actions/checkout@v3` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
|
|
Ratchet - Unpinned Reference:
.github/workflows/release.yml#L27
.github/workflows/release.yml:27:15: The reference `actions/checkout@v3` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
|
|
Lint (github)
Process completed with exit code 1.
|
|
Lint (github):
.github/workflows/validate-readme.yml#L33
.github/workflows/validate-readme.yml@33 the runner of "actions/setup-go@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
```
uses: actions/setup-go@v3
^~~~~~~~~~~~~~~~~~~
```
|
|
Lint (github):
.github/workflows/validate-readme.yml#L30
.github/workflows/validate-readme.yml@30 the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
```
uses: actions/checkout@v3
^~~~~~~~~~~~~~~~~~~
```
|
|
Lint (github):
.github/workflows/release.yml#L45
.github/workflows/release.yml@45 shellcheck reported issue in this script: SC2086:info:1:17: Double quote to prevent globbing and word splitting
```
run: git checkout -b $PR_BRANCH
^~~~
```
|
|
Lint (github):
.github/workflows/release.yml#L37
.github/workflows/release.yml@37 the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
```
uses: actions/checkout@v3
^~~~~~~~~~~~~~~~~~~
```
|
|
Lint (github):
.github/workflows/release.yml#L32
.github/workflows/release.yml@32 the runner of "actions/setup-go@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
```
uses: actions/setup-go@v3
^~~~~~~~~~~~~~~~~~~
```
|
|
Lint (github):
.github/workflows/release.yml#L27
.github/workflows/release.yml@27 the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
```
uses: actions/checkout@v3
^~~~~~~~~~~~~~~~~~~
```
|
|
Lint (docker):
workflows/create-cloud-deploy-release/app/Dockerfile#L20
Always tag the version of an image explicitly
|