File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Dependency Review
30
- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
30
+ uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6 .0
31
31
with :
32
32
config-file : " nginx/k8s-common/dependency-review-config.yml@main"
Original file line number Diff line number Diff line change 35
35
- name : Lint Go
36
36
uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
37
37
with :
38
- version : v1.64.5 # renovate: datasource=github-tags depName=golangci/golangci-lint
38
+ version : v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
39
39
40
40
actionlint :
41
41
name : Actionlint
Original file line number Diff line number Diff line change 49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
Original file line number Diff line number Diff line change 25
25
26
26
- repo : https://github.com/golangci/golangci-lint
27
27
rev : v2.0.2
28
+
28
29
hooks :
29
30
- id : golangci-lint-full
30
31
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-tags depName=golangci/golangci-lint
2
- GOLANGCI_LINT_VERSION = v1.64.5
2
+ GOLANGCI_LINT_VERSION = v1.64.8
3
3
4
4
test : unit-test test-integration test-integration-no-stream-block clean
5
5
You can’t perform that action at this time.
0 commit comments