Skip to content

Commit f61ba83

Browse files
authored
Merge branch 'main' into dependabot/go_modules/sigs.k8s.io/kustomize/kyaml-0.21.1
2 parents b23ac92 + 80ecf73 commit f61ba83

11 files changed

Lines changed: 41 additions & 41 deletions

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
45+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
56+
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
70+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5

.github/workflows/e2e-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set up Go
17-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
17+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1818
with:
1919
go-version: '1.25'
2020
- name: make

.github/workflows/integration-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Get Draft Cli version
20-
uses: actions/github-script@v8
20+
uses: actions/github-script@v9
2121
id: get_draft_version
2222
with:
2323
result-encoding: string

.github/workflows/integration-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set up Go
17-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
17+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1818
with:
1919
go-version: '1.25'
2020
- name: make
2121
run: make
22-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
22+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2323
with:
2424
name: helm-skaffold
2525
path: ./test/skaffold.yaml
2626
if-no-files-found: error
27-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
27+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2828
with:
2929
name: draft-binary
3030
path: ./draft

.github/workflows/integration-per-language.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
run: |
489489
find ./langtest/.github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
490490
| xargs -I {} action-validator --verbose {}
491-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
491+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
492492
with:
493493
name: ${{inputs.language}}-manifests-create
494494
path: |
@@ -573,7 +573,7 @@ jobs:
573573
path: ./langtest/
574574
- run: ./check_windows_helm.ps1
575575
working-directory: ./langtest/
576-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
576+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
577577
with:
578578
name: ${{inputs.language}}-win-helm-create
579579
path: |
@@ -624,7 +624,7 @@ jobs:
624624
path: ./langtest/
625625
- run: ./check_windows_kustomize.ps1
626626
working-directory: ./langtest/
627-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
627+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
628628
with:
629629
name: ${{ inputs.language }}-win-kustomize-create
630630
path: |

.github/workflows/integration-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Set up Go
14-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
14+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1515
with:
1616
go-version: '1.25'
1717
cache: true
1818
- name: make
1919
run: make
20-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
20+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2121
with:
2222
name: helm-skaffold
2323
path: ./test/skaffold.yaml
2424
if-no-files-found: error
25-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
25+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2626
with:
2727
name: draft-binary
2828
path: ./draft
@@ -33,33 +33,33 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
- name: Set up Go
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737
with:
3838
go-version: '1.25'
3939
cache: true
4040
- name: make
4141
run: make
42-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
with:
4444
name: draft-binary-win
4545
path: ./draft.exe
4646
if-no-files-found: error
47-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848
with:
4949
name: check_windows_helm
5050
path: ./test/check_windows_helm.ps1
5151
if-no-files-found: error
52-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353
with:
5454
name: check_windows_addon_helm
5555
path: ./test/check_windows_addon_helm.ps1
5656
if-no-files-found: error
57-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
57+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858
with:
5959
name: check_windows_kustomize
6060
path: ./test/check_windows_kustomize.ps1
6161
if-no-files-found: error
62-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363
with:
6464
name: check_windows_addon_kustomize
6565
path: ./test/check_windows_addon_kustomize.ps1

.github/workflows/poll-starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6.0.2
2323

2424
- name: Download run information
25-
uses: dawidd6/action-download-artifact@v16
25+
uses: dawidd6/action-download-artifact@v20
2626
continue-on-error: true
2727
id: download
2828
with:
@@ -76,7 +76,7 @@ jobs:
7676
done
7777
7878
- name: Upload run information
79-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
79+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080
with:
8181
name: seen
8282
path: /tmp/seenWorkflows

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Make Release Dir
3737
run: mkdir bin
3838
- name: Set up Go
39-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
39+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4040
with:
4141
go-version: '1.25'
4242
# Check if the newest tag already exists

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111
- name: Set up Go
12-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
12+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1313
with:
1414
go-version: '1.25'
1515
- name: make

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ require (
155155
github.com/yashtewari/glob-intersection v0.2.0 // indirect
156156
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
157157
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
158-
go.opentelemetry.io/otel v1.39.0 // indirect
158+
go.opentelemetry.io/otel v1.43.0 // indirect
159159
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
160160
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0 // indirect
161-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
162-
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
163-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
161+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
162+
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
163+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
164164
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
165165
go.yaml.in/yaml/v2 v2.4.3 // indirect
166166
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -169,7 +169,7 @@ require (
169169
golang.org/x/net v0.49.0 // indirect
170170
golang.org/x/oauth2 v0.34.0 // indirect
171171
golang.org/x/sync v0.19.0 // indirect
172-
golang.org/x/sys v0.40.0 // indirect
172+
golang.org/x/sys v0.42.0 // indirect
173173
golang.org/x/term v0.39.0 // indirect
174174
golang.org/x/text v0.33.0 // indirect
175175
golang.org/x/time v0.14.0 // indirect

0 commit comments

Comments
 (0)