Skip to content

Commit e646472

Browse files
Merge pull request #20 from cohere-ai/sync/upstream-2026-04-16-a2c24858
Sync/upstream 2026 04 16 a2c2485
2 parents 6ab675b + 395c135 commit e646472

64 files changed

Lines changed: 439 additions & 430 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/azure-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: echo "GO_VERSION=$(yq -e '.tools.golang' versions.yaml)" >> "$GITHUB_ENV"
105105

106106
- name: Set up Go environment
107-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
107+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
108108
with:
109109
go-version: "${{ env.GO_VERSION }}"
110110
cache-dependency-path: "**/go.sum"
@@ -203,7 +203,7 @@ jobs:
203203
version: ${{ env.ORAS_VERSION }}
204204

205205
- name: Set up Go environment
206-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
206+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
207207
with:
208208
go-version: ${{ env.GO_VERSION }}
209209
cache-dependency-path: "**/go.sum"

.github/workflows/azure-podvm-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# verify json
167167
jq -e . measurements.json
168168
169-
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
169+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
170170
with:
171171
registry: ghcr.io
172172
username: ${{ github.actor }}

.github/workflows/build-golang-fedora.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999

100100
- name: Login to the ghcr Container registry
101101
if: steps.tags.outputs.registry == 'ghcr.io'
102-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
102+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}
106106
password: ${{ secrets.GITHUB_TOKEN }}
107107

108108
- name: Login to quay Container Registry
109109
if: steps.tags.outputs.registry == 'quay.io'
110-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
110+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
111111
with:
112112
registry: quay.io
113113
username: ${{ vars.QUAY_USERNAME }}

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
[ -n "$go_version" ]
4242
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
4343
- name: Setup Golang version ${{ env.GO_VERSION }}
44-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
44+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
cache-dependency-path: "**/go.sum"
@@ -100,7 +100,7 @@ jobs:
100100
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
101101
102102
- name: Setup Golang version ${{ env.GO_VERSION }}
103-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
103+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
104104
with:
105105
go-version: ${{ env.GO_VERSION }}
106106
cache-dependency-path: "**/go.sum"
@@ -148,7 +148,7 @@ jobs:
148148
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
149149
150150
- name: Setup Golang version ${{ env.GO_VERSION }}
151-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
151+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
152152
with:
153153
go-version: ${{ env.GO_VERSION }}
154154
cache-dependency-path: "**/go.sum"
@@ -198,7 +198,7 @@ jobs:
198198
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
199199
200200
- name: Setup Golang version ${{ env.GO_VERSION }}
201-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
201+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
202202
with:
203203
go-version: ${{ env.GO_VERSION }}
204204
cache-dependency-path: "**/go.sum"
@@ -251,7 +251,7 @@ jobs:
251251
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
252252
253253
- name: Setup Golang version ${{ env.GO_VERSION }}
254-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
254+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
255255
with:
256256
go-version: ${{ env.GO_VERSION }}
257257
cache-dependency-path: "**/go.sum"

.github/workflows/caa_build_and_push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
8888
8989
- name: Setup Golang version ${{ env.GO_VERSION }}
90-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
90+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9191
with:
9292
go-version: ${{ env.GO_VERSION }}
9393
cache-dependency-path: "**/go.sum"
@@ -102,15 +102,15 @@ jobs:
102102
sudo apt-get install -y libvirt-dev
103103
- name: Login to quay Container Registry
104104
if: ${{ startsWith(inputs.registry, 'quay.io') }}
105-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
105+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
106106
with:
107107
registry: ${{ inputs.registry }}
108108
username: ${{ vars.QUAY_USERNAME }}
109109
password: ${{ secrets.QUAY_PASSWORD }}
110110

111111
- name: Login to Github Container Registry
112112
if: ${{ startsWith(inputs.registry, 'ghcr.io') }}
113-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
113+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
114114
with:
115115
registry: ${{ inputs.registry }}
116116
username: ${{ github.repository_owner }}

.github/workflows/caa_build_and_push_per_arch.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
9797
9898
- name: Setup Golang version ${{ env.GO_VERSION }}
99-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
99+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
100100
with:
101101
go-version: ${{ env.GO_VERSION }}
102102
cache-dependency-path: "**/go.sum"
@@ -115,15 +115,15 @@ jobs:
115115
116116
- name: Login to quay Container Registry
117117
if: ${{ startsWith(inputs.registry, 'quay.io') }}
118-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
118+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
119119
with:
120120
registry: ${{ inputs.registry }}
121121
username: ${{ vars.QUAY_USERNAME }}
122122
password: ${{ secrets.QUAY_PASSWORD }}
123123

124124
- name: Login to Github Container Registry
125125
if: ${{ startsWith(inputs.registry, 'ghcr.io') }}
126-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
126+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
127127
with:
128128
registry: ${{ inputs.registry }}
129129
username: ${{ github.repository_owner }}
@@ -193,15 +193,15 @@ jobs:
193193

194194
- name: Login to quay Container Registry
195195
if: ${{ startsWith(inputs.registry, 'quay.io') }}
196-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
196+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
197197
with:
198198
registry: ${{ inputs.registry }}
199199
username: ${{ vars.QUAY_USERNAME }}
200200
password: ${{ secrets.QUAY_PASSWORD }}
201201

202202
- name: Login to Github Container Registry
203203
if: ${{ startsWith(inputs.registry, 'ghcr.io') }}
204-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
204+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
205205
with:
206206
registry: ${{ inputs.registry }}
207207
username: ${{ github.repository_owner }}

.github/workflows/csi_wrapper_images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
[ -n "$go_version" ]
5656
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
5757
- name: Setup Golang version ${{ env.GO_VERSION }}
58-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
58+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161
cache-dependency-path: "**/go.sum"
@@ -64,14 +64,14 @@ jobs:
6464
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6565
- name: Login to quay Container Registry
6666
if: ${{ startsWith(inputs.registry, 'quay.io') }}
67-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
67+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6868
with:
6969
registry: quay.io
7070
username: ${{ vars.QUAY_USERNAME }}
7171
password: ${{ secrets.QUAY_PASSWORD }}
7272
- name: Login to Github Container Registry
7373
if: ${{ startsWith(inputs.registry, 'ghcr.io') }}
74-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
74+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}

.github/workflows/daily-e2e-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
contents: read
3838
packages: write
3939
attestations: write
40+
artifact-metadata: write
4041
secrets:
4142
AWS_IAM_ROLE_ARN: ${{ secrets.AWS_IAM_ROLE_ARN }}
4243
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}

.github/workflows/e2e_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
} >> "$GITHUB_ENV"
113113
114114
- name: Setup Golang version ${{ env.GO_VERSION }}
115-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
115+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
116116
with:
117117
go-version: ${{ env.GO_VERSION }}
118118
cache-dependency-path: "**/go.sum"

.github/workflows/e2e_docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
6666
- name: Login to quay Container Registry
6767
if: ${{ startsWith(inputs.podvm_image, 'quay.io') }}
68-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
68+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6969
with:
7070
registry: quay.io
7171
username: ${{ vars.QUAY_USERNAME }}
7272
password: ${{ secrets.QUAY_PASSWORD }}
7373

7474
- name: Login to the ghcr Container registry
7575
if: ${{ startsWith(inputs.podvm_image, 'ghcr.io') }}
76-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
76+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}
@@ -91,7 +91,7 @@ jobs:
9191
} >> "$GITHUB_ENV"
9292
9393
- name: Setup Golang version ${{ env.GO_VERSION }}
94-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
94+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9595
with:
9696
go-version: ${{ env.GO_VERSION }}
9797

0 commit comments

Comments
 (0)