File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
interval : weekly
7
7
8
8
- package-ecosystem : docker
9
- directory : /docker
9
+ directories :
10
+ - " **/*"
10
11
schedule :
11
12
interval : weekly
Original file line number Diff line number Diff line change 32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- go-version : ["1.21", stable]
35
+ go-version : ["1.21", "1.22", stable]
36
36
steps :
37
37
- name : Checkout Repository
38
38
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68
68
uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
69
69
70
70
- name : Build Plus Docker Image
71
- uses : docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
71
+ uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
72
72
with :
73
73
file : docker/Dockerfile
74
74
tags : nginx-plus
86
86
run : docker compose up test-no-stream --exit-code-from test-no-stream
87
87
88
88
- name : Create/Update Draft
89
- uses : lucacome/draft-release@8a63d32c79a171ae6048e614a8988f0ac3ed56d4 # v1.1.0
89
+ uses : lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1
90
90
id : release-notes
91
91
with :
92
92
minor-label : " enhancement"
Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
58
+ uses : github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
build-mode : ${{ matrix.build-mode }}
67
67
# queries: security-extended,security-and-quality
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
70
+ uses : github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
71
71
with :
72
72
category : " /language:${{matrix.language}}"
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
60
+ uses : github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
61
61
with :
62
62
sarif_file : results.sarif
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.21
32
+ image : golang:1.23
33
33
volumes :
34
34
- type : bind
35
35
source : ./
You can’t perform that action at this time.
0 commit comments