Skip to content

Commit 977ee5f

Browse files
authored
Merge branch 'main' into deps/version-bump-nginx-1.29.0
Signed-off-by: AlexFenlon <[email protected]>
2 parents 0efc50a + 515fad1 commit 977ee5f

22 files changed

+170
-2178
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
echo "full-build: ${{ inputs.full-build }}"
148148
149149
- name: Fetch Cached Artifacts
150-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
150+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
151151
with:
152152
path: ${{ github.workspace }}/dist
153153
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
echo "full-build: ${{ inputs.full-build }}"
158158
159159
- name: Fetch Cached Artifacts
160-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
160+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
161161
with:
162162
path: ${{ github.workspace }}/dist
163163
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-single-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Fetch Cached Binary Artifacts
9696
id: binary-cache
97-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: ${{ github.workspace }}/dist
100100
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ steps.binary-cache.outputs.binary_cache_hit != 'true' }}
120120

121121
- name: Store Artifacts in Cache
122-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
122+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
123123
with:
124124
path: ${{ github.workspace }}/dist
125125
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Fetch Cached Binary Artifacts
126126
id: binary-cache
127-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
127+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
128128
with:
129129
path: ${{ github.workspace }}/dist
130130
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -322,7 +322,7 @@ jobs:
322322
if: ${{ (inputs.force && inputs.force || false) || needs.checks.outputs.binary_cache_hit != 'true' }}
323323

324324
- name: Store Artifacts in Cache
325-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
325+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
326326
with:
327327
path: ${{ github.workspace }}/dist
328328
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -534,7 +534,7 @@ jobs:
534534
if: ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
535535

536536
- name: Fetch Cached Artifacts
537-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
537+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
538538
with:
539539
path: ${{ github.workspace }}/dist
540540
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}

.github/workflows/image-promotion.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Fetch Cached Binary Artifacts
7676
id: binary-cache
77-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
77+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7878
with:
7979
path: ${{ github.workspace }}/dist
8080
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -158,7 +158,7 @@ jobs:
158158
fi
159159
160160
- name: Upload SARIF file
161-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
161+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
162162
if: steps.check-sarif.outputs.sarif_has_results == 'true'
163163
with:
164164
sarif_file: govulncheck.sarif
@@ -210,7 +210,7 @@ jobs:
210210
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
211211

212212
- name: Store Artifacts in Cache
213-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
213+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
214214
with:
215215
path: ${{ github.workspace }}/dist
216216
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -494,7 +494,7 @@ jobs:
494494
overwrite: true
495495

496496
- name: Upload Scan results to GitHub Security tab
497-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
497+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
498498
with:
499499
sarif_file: "${{ steps.directory.outputs.directory }}/"
500500

@@ -583,7 +583,7 @@ jobs:
583583
overwrite: true
584584

585585
- name: Upload Scan results to GitHub Security tab
586-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
586+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
587587
with:
588588
sarif_file: "${{ steps.directory.outputs.directory }}/"
589589

@@ -679,7 +679,7 @@ jobs:
679679
overwrite: true
680680

681681
- name: Upload Scan results to GitHub Security tab
682-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
682+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
683683
with:
684684
sarif_file: "${{ steps.directory.outputs.directory }}/"
685685
continue-on-error: true

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Fetch Cached Signed Binary Artifacts
8686
id: binary-cache-sign
87-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
87+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8888
with:
8989
path: ${{ github.workspace }}/tarballs
9090
key: nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -440,7 +440,7 @@ jobs:
440440
ref: ${{ inputs.release_branch }}
441441

442442
- name: Fetch Binary Artifacts from Cache
443-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
443+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
444444
with:
445445
path: ${{ github.workspace }}/dist
446446
key: nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -463,7 +463,7 @@ jobs:
463463
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
464464

465465
- name: Store Tarball Artifacts in Cache
466-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
466+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
467467
with:
468468
path: ${{ github.workspace }}/tarballs
469469
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -486,7 +486,7 @@ jobs:
486486
ref: ${{ inputs.release_branch }}
487487

488488
- name: Fetch Cached Tarball Artifacts
489-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
489+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
490490
with:
491491
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
492492
path: ${{ github.workspace }}/tarballs
@@ -530,7 +530,7 @@ jobs:
530530
ref: ${{ inputs.release_branch }}
531531

532532
- name: Fetch Cached Tarball Artifacts
533-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
533+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
534534
with:
535535
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
536536
path: ${{ github.workspace }}/tarballs

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
60+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
6161
with:
6262
sarif_file: results.sarif

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ inputs.authenticated && steps.stable_exists.outputs.exists != 'true' }}
9797

9898
- name: Fetch Cached Artifacts
99-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
99+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
100100
with:
101101
path: ${{ github.workspace }}/dist
102102
key: nginx-ingress-${{ inputs.go-md5 }}

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi8@sha256:12b2f675a94fed04ab5787d78a
1414
FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:c9c269ae1ae6a4608fe4e6536073cdea9445433de652fd8ac667992a1ed198d6 AS ubi9-packages
1515
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.19@sha256:449f1a149e81e36bb929ebd362433a06a158ff2a7e3ba05b4b8d9ea96d59ae91 AS alpine-fips-3.19
1616
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.22@sha256:86a8ec5ff400572d9004fcfe1468f9c22954ebd7d2b57910cb8d454f148f4ad4 AS alpine-fips-3.22
17-
FROM redhat/ubi9-minimal:9.6@sha256:e6b39b0a2cd88c0d904552eee0dca461bc74fe86fda3648ca4f8150913c79d0f AS ubi-minimal
17+
FROM redhat/ubi9-minimal:9.6@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 AS ubi-minimal
1818
FROM golang:1.24-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS golang-builder
1919

2020
############################################# NGINX files #############################################

build/dependencies/Dockerfile.ubi9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.16
2-
FROM redhat/ubi9:9.6@sha256:836460d59c1fd64297328bae646cd7f56dcebc039fdbb8d14112597895f08d07 AS rpm-build
2+
FROM redhat/ubi9:9.6@sha256:8851294389a8641bd6efcd60f615c69e54fb0e2216ec8259448b35e3d9a11b06 AS rpm-build
33
RUN mkdir -p /rpms/ \
44
&& dnf install rpm-build gcc make cmake -y \
55
&& rpmbuild --rebuild --nodebuginfo https://mirror.stream.centos.org/9-stream/BaseOS/source/tree/Packages/c-ares-1.19.1-1.el9.src.rpm \

0 commit comments

Comments
 (0)