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 2727 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - name : Dependency Review
30- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
30+ uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6 .0
3131 with :
3232 config-file : " nginx/k8s-common/dependency-review-config.yml@main"
Original file line number Diff line number Diff line change 3535 - name : Lint Go
3636 uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3737 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
3939
4040 actionlint :
4141 name : Actionlint
Original file line number Diff line number Diff line change 4949 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5050 # format to the repository Actions tab.
5151 - name : " Upload artifact"
52- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353 with :
5454 name : SARIF file
5555 path : results.sarif
Original file line number Diff line number Diff line change 2525
2626 - repo : https://github.com/golangci/golangci-lint
2727 rev : v2.0.2
28+
2829 hooks :
2930 - id : golangci-lint-full
3031
Original file line number Diff line number Diff line change 11# renovate: datasource=github-tags depName=golangci/golangci-lint
2- GOLANGCI_LINT_VERSION = v1.64.5
2+ GOLANGCI_LINT_VERSION = v1.64.8
33
44test : unit-test test-integration test-integration-no-stream-block clean
55
You can’t perform that action at this time.
0 commit comments