Skip to content

Commit 29b4967

Browse files
authored
Merge branch 'master' into dependabot/cargo/tower-49ca36d173
2 parents ff77f13 + d161bd3 commit 29b4967

File tree

35 files changed

+533
-204
lines changed

35 files changed

+533
-204
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434

3535
- name: Cache Cargo registry + index
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3737
with:
3838
path: |
3939
~/.cargo/bin/

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ github.event_name != 'pull_request_review' }}
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

47-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
47+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4848
name: Cache Cargo registry + index
4949
with:
5050
path: |

.github/workflows/deny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ github.event_name != 'pull_request_review' }}
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747

48-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4949
name: Cache Cargo registry + index
5050
with:
5151
path: |

.github/workflows/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Docker Buildx
4444
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4545
- name: Login to DockerHub
46-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
46+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4747
if: github.ref == 'refs/heads/master'
4848
with:
4949
username: ${{ secrets.CI_DOCKER_USERNAME }}

.github/workflows/k8s_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ github.event_name != 'pull_request_review' }}
8787
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888

89-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
89+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9090
with:
9191
path: |
9292
~/.cargo/registry

.github/workflows/misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
test-misc:
1111
runs-on: ubuntu-24.04
12-
timeout-minutes: 60
12+
timeout-minutes: 90
1313
env:
1414
CARGO_INCREMENTAL: 0
1515
steps:
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ github.event_name != 'pull_request_review' }}
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434

35-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
35+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3636
name: Cache Cargo registry + index
3737
with:
3838
path: |

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318

319319
build-x86_64-pc-windows-msvc-packages:
320320
name: Build Vector for x86_64-pc-windows-msvc (.zip)
321-
runs-on: release-builder-windows-2022
321+
runs-on: windows-2025-8core
322322
timeout-minutes: 90
323323
needs: generate-publish-metadata
324324
env:
@@ -333,7 +333,7 @@ jobs:
333333
with:
334334
ref: ${{ inputs.git_ref }}
335335
- name: Bootstrap runner environment (Windows-specific)
336-
run: .\scripts\environment\bootstrap-windows-2022.ps1
336+
run: .\scripts\environment\bootstrap-windows-2025.ps1
337337
- name: Install Wix
338338
shell: bash
339339
run: |
@@ -518,12 +518,12 @@ jobs:
518518
with:
519519
ref: ${{ inputs.git_ref }}
520520
- name: Login to DockerHub
521-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
521+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
522522
with:
523523
username: ${{ secrets.CI_DOCKER_USERNAME }}
524524
password: ${{ secrets.CI_DOCKER_PASSWORD }}
525525
- name: Login to GitHub Container Registry
526-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
526+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
527527
with:
528528
registry: ghcr.io
529529
username: ${{ github.actor }}

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
315315

316316
- name: Docker Login to ECR
317-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
317+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
318318
with:
319319
registry: ${{ steps.login-ecr.outputs.registry }}
320320

@@ -354,7 +354,7 @@ jobs:
354354
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
355355

356356
- name: Docker Login to ECR
357-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
357+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
358358
with:
359359
registry: ${{ steps.login-ecr.outputs.registry }}
360360

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
71+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
7272
with:
7373
sarif_file: results.sarif

.github/workflows/unit_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ github.event_name != 'pull_request_review' }}
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434

35-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
35+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3636
name: Cache Cargo registry + index
3737
with:
3838
path: |

0 commit comments

Comments
 (0)