We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c69d634 + 4cbc35b commit cdf7058Copy full SHA for cdf7058
.github/workflows/static-scan.yml
@@ -9,14 +9,14 @@ jobs:
9
uses: actions/setup-go@v5
10
with:
11
go-version: "1.23"
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: run make lint
14
run: make lint
15
shellcheck:
16
name: Shellcheck
17
runs-on: ubuntu-24.04
18
steps:
19
20
- name: Run ShellCheck
21
uses: ludeeus/action-shellcheck@master
22
@@ -25,7 +25,7 @@ jobs:
25
26
name: Hadolint
27
28
29
- uses: hadolint/[email protected]
30
name: Run Hadolint
31
0 commit comments