-
Notifications
You must be signed in to change notification settings - Fork 1
Chore: Update dependencies #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
db7f25d
02b433f
0eea6ac
669c9b4
ad2aac7
e74a3e5
bfed164
154bed9
25b6832
0cf9d87
502eb57
c038caf
2809684
876a8c8
1a045b9
490546f
8a5bd65
66b2713
58a7a54
41a0bd4
dfa5c70
9147bc4
d8033fa
148db1d
fceac41
325c8f9
c0db648
deeda16
e8055d7
3dff062
a1f79d2
3446f80
49b2ab8
f4b24da
cfe6ff2
dfeeb55
58b9841
4629831
1c76de9
440dd41
b330937
eaa421f
50868a9
5dff640
867b99c
c33e9ca
b8a6746
9b88997
79da2f5
4aa0cbe
4cba706
4d02ab6
3b9911d
94672b9
908c80b
bebf360
1be358a
a79973c
f948b7f
c84557e
8e4ddbd
8f08c44
0889f91
91eca4c
53e8733
2594caf
d6e2899
34c2aaa
d278dbb
66da5a8
169f9b3
6bbb20b
5b32be6
4654cfc
b54e8b6
36c858a
a7377a0
15369f8
e8dcd67
3d5fd4c
1cbd452
8fe4712
f3ab118
1c7452f
e959875
cf8603f
b396719
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||||||
|
||||||
- name: Draft Release Notes | ||||||
uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1 | ||||||
uses: lucacome/draft-release@f15262dc3ac8c3efbf09a8ce5406cd0fc47aabb1 # v1.2.2 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'll need to create releases in this repo so we don't import main |
||||||
with: | ||||||
minor-label: "enhancement" | ||||||
major-label: "change" | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20 | ||
20.19.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
platforms: linux/amd64 | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v6.13.0 | ||
uses: docker/build-push-action@v6.18.0 | ||
with: | ||
context: . | ||
push: true | ||
|
@@ -120,7 +120,7 @@ jobs: | |
needs-updating: ${{ steps.check.outputs.needs-updating }} | ||
steps: | ||
- name: Login to Docker Registry | ||
uses: docker/login-action@v3.3.0 | ||
uses: docker/login-action@v3.4.0 | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
@@ -142,15 +142,15 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup QEMU | ||
uses: docker/setup-qemu-action@v3.3.0 | ||
uses: docker/setup-qemu-action@v3.6.0 | ||
with: | ||
platforms: arm64 | ||
|
||
- name: Docker Buildx | ||
uses: docker/setup-buildx-action@v3.8.0 | ||
uses: docker/setup-buildx-action@v3.10.0 | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v6.13.0 | ||
uses: docker/build-push-action@v6.18.0 | ||
with: | ||
context: . | ||
push: true | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch codeql to use
nginxinc/compliance-rules/.github/workflows/codeql.yml