File tree Expand file tree Collapse file tree 8 files changed +29
-13
lines changed Expand file tree Collapse file tree 8 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 11
11
- main
12
12
schedule :
13
13
- cron : " 0 5 * * *" # runs every day at 5am UTC
14
+ merge_group :
15
+ types :
16
+ - checks_requested
14
17
15
18
defaults :
16
19
run :
@@ -104,7 +107,7 @@ jobs:
104
107
- name : Run GoReleaser
105
108
uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
106
109
with :
107
- version : v2.2.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
110
+ version : v2.3.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
108
111
args : release --clean
109
112
env :
110
113
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
- main
11
11
schedule :
12
12
- cron : " 33 16 * * 3" # run every Wednesday at 16:33 UTC
13
+ merge_group :
14
+ types :
15
+ - checks_requested
13
16
14
17
concurrency :
15
18
group : ${{ github.ref_name }}-codeql
55
58
56
59
# Initializes the CodeQL tools for scanning.
57
60
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
61
+ uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
59
62
with :
60
63
languages : ${{ matrix.language }}
61
64
build-mode : ${{ matrix.build-mode }}
67
70
# queries: security-extended,security-and-quality
68
71
69
72
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
73
+ uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
71
74
with :
72
75
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches :
5
5
- main
6
+ merge_group :
7
+ types :
8
+ - checks_requested
6
9
7
10
concurrency :
8
11
group : ${{ github.ref_name }}-deps-review
18
21
contents : read # for actions/checkout
19
22
pull-requests : write # for actions/dependency-review-action to post comments
20
23
steps :
24
+ - name : Skip on Merge Group
25
+ run : exit 0 # Artifically flag as successful, as this is a required check for branch protection.
26
+ if : github.event_name == 'merge_group'
27
+
21
28
- name : Checkout Repository
22
29
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
30
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- main
7
+ merge_group :
8
+ types :
9
+ - checks_requested
7
10
8
11
defaults :
9
12
run :
@@ -18,7 +21,7 @@ permissions:
18
21
19
22
jobs :
20
23
lint :
21
- name : Lint
24
+ name : Go Lint
22
25
runs-on : ubuntu-22.04
23
26
steps :
24
27
- name : Checkout Repository
32
35
- name : Lint Go
33
36
uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
34
37
with :
35
- version : v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
38
+ version : v1.61.0 # renovate: datasource=github-tags depName=golangci/golangci-lint
36
39
37
40
actionlint :
38
41
name : Actionlint
42
45
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
46
44
47
- name : Lint Actions
45
- uses : reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54 .0
48
+ uses : reviewdog/action-actionlint@05c9d7bef25a46caf572df3497afa7082fc111df # v1.55 .0
46
49
with :
47
50
actionlint_flags : -shellcheck ""
48
51
54
57
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
55
58
56
59
- name : Lint Markdown
57
- uses : DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16 .0.0
60
+ uses : DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 # v17 .0.0
58
61
with :
59
62
config : .markdownlint-cli2.yaml
60
63
globs : " **/*.md"
67
70
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68
71
69
72
- name : Lint YAML
70
- uses : reviewdog/action-yamllint@4e4ba96d03a0e12a0e71c29e5fef1db309d09201 # v1.18 .0
73
+ uses : reviewdog/action-yamllint@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1.19 .0
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
60
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
61
61
with :
62
62
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ repos:
24
24
- id : detect-private-key
25
25
26
26
- repo : https://github.com/golangci/golangci-lint
27
- rev : v1.60.3
27
+ rev : v1.61.0
28
28
hooks :
29
29
- id : golangci-lint-full
30
30
31
31
- repo : https://github.com/gitleaks/gitleaks
32
- rev : v8.18.4
32
+ rev : v8.19.2
33
33
hooks :
34
34
- id : gitleaks
35
35
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.60.3
2
+ GOLANGCI_LINT_VERSION = v1.61.0
3
3
4
4
test : unit-test test-integration test-integration-no-stream-block clean
5
5
Original file line number Diff line number Diff line change 1
- # syntax=docker/dockerfile:1.9
1
+ # syntax=docker/dockerfile:1.10
2
2
FROM debian:12-slim
3
3
4
4
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
You can’t perform that action at this time.
0 commit comments