File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 90
90
run : docker compose up test-no-stream --exit-code-from test-no-stream
91
91
92
92
- name : Create/Update Draft
93
- uses : lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1
93
+ uses : lucacome/draft-release@f15262dc3ac8c3efbf09a8ce5406cd0fc47aabb1 # v1.2.2
94
94
id : release-notes
95
95
with :
96
96
minor-label : " enhancement"
@@ -106,7 +106,7 @@ jobs:
106
106
if : ${{ github.ref_type == 'tag' }}
107
107
108
108
- name : Run GoReleaser
109
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
109
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
110
110
with :
111
111
version : v2.7.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
112
112
args : release --clean
Original file line number Diff line number Diff line change 58
58
59
59
# Initializes the CodeQL tools for scanning.
60
60
- name : Initialize CodeQL
61
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
61
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
62
62
with :
63
63
languages : ${{ matrix.language }}
64
64
build-mode : ${{ matrix.build-mode }}
70
70
# queries: security-extended,security-and-quality
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
73
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
74
74
with :
75
75
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
47
- name : Lint Actions
48
- uses : reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
48
+ uses : reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
49
49
with :
50
50
actionlint_flags : -shellcheck ""
51
51
Original file line number Diff line number Diff line change 57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
60
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
61
61
with :
62
62
sarif_file : results.sarif
Original file line number Diff line number Diff line change 29
29
- id : golangci-lint-full
30
30
31
31
- repo : https://github.com/gitleaks/gitleaks
32
- rev : v8.24.0
32
+ rev : v8.24.3
33
33
hooks :
34
34
- id : gitleaks
35
35
39
39
- id : markdownlint-cli2
40
40
41
41
- repo : https://github.com/adrienverge/yamllint.git
42
- rev : v1.35.1
42
+ rev : v1.37.0
43
43
hooks :
44
44
- id : yamllint
45
45
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
service : nginx
30
30
31
31
test :
32
- image : golang:1.23
32
+ image : golang:1.24
33
33
volumes :
34
34
- type : bind
35
35
source : ./
Original file line number Diff line number Diff line change 1
- # syntax=docker/dockerfile:1.14
1
+ # syntax=docker/dockerfile:1.15
2
2
FROM debian:12-slim
3
3
4
4
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
Original file line number Diff line number Diff line change 1
1
module github.com/nginx/nginx-plus-go-client/v2
2
2
3
- go 1.22.6
3
+ go 1.24.2
4
4
5
- require golang.org/x/sync v0.11 .0
5
+ require golang.org/x/sync v0.13 .0
Original file line number Diff line number Diff line change 1
- golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
2
- golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
1
+ golang.org/x/sync v0.13 .0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
2
+ golang.org/x/sync v0.13 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
You can’t perform that action at this time.
0 commit comments