File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
4343 - name : Setup Golang Environment
44- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
44+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4545 with :
4646 go-version : ${{ matrix.go-version }}
4747
@@ -100,15 +100,15 @@ jobs:
100100 if : ${{ github.event_name == 'push' }}
101101
102102 - name : Setup Golang Environment
103- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
103+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
104104 with :
105105 go-version : stable
106106 if : ${{ github.ref_type == 'tag' }}
107107
108108 - name : Run GoReleaser
109109 uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
110110 with :
111- version : v2.4.6 # renovate: datasource=github-tags depName=goreleaser/goreleaser
111+ version : v2.4.7 # renovate: datasource=github-tags depName=goreleaser/goreleaser
112112 args : release --clean
113113 env :
114114 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
5151 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
5353 - name : Setup Golang Environment
54- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
54+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
5555 with :
5656 go-version : stable
5757 if : matrix.language == 'go'
5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
61+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
6262 with :
6363 languages : ${{ matrix.language }}
6464 build-mode : ${{ matrix.build-mode }}
7070 # queries: security-extended,security-and-quality
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
73+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
7474 with :
7575 category : " /language:${{matrix.language}}"
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@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
30+ uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
3131 with :
3232 config-file : " nginxinc/k8s-common/dependency-review-config.yml@main"
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
3030 - name : Setup Golang Environment
31- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
31+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3232 with :
3333 go-version : stable
3434
5757 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
5959 - name : Lint Markdown
60- uses : DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 # v17 .0.0
60+ uses : DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18 .0.0
6161 with :
6262 config : .markdownlint-cli2.yaml
6363 globs : " **/*.md"
Original file line number Diff line number Diff line change 5757
5858 # Upload the results to GitHub's code scanning dashboard.
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
60+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
6161 with :
6262 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929 - id : golangci-lint-full
3030
3131 - repo : https://github.com/gitleaks/gitleaks
32- rev : v8.20.1
32+ rev : v8.21.2
3333 hooks :
3434 - id : gitleaks
3535
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.10
1+ # syntax=docker/dockerfile:1.11
22FROM debian:12-slim
33
44LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/nginxinc/nginx-plus-go-client/v2
22
33go 1.22.6
44
5- require golang.org/x/sync v0.8 .0
5+ require golang.org/x/sync v0.9 .0
Original file line number Diff line number Diff line change 1- golang.org/x/sync v0.8 .0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ =
2- golang.org/x/sync v0.8 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
1+ golang.org/x/sync v0.9 .0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ =
2+ golang.org/x/sync v0.9 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
You can’t perform that action at this time.
0 commit comments