Skip to content

Commit d024373

Browse files
committed
Merge remote-tracking branch 'upstream/main' into test/1490-cloud-e2e-runtime-gaps
2 parents 7624e65 + 48da998 commit d024373

123 files changed

Lines changed: 3896 additions & 6645 deletions

File tree

Some content is hidden

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

.github/dependabot.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -367,29 +367,6 @@ updates:
367367
commit-message:
368368
prefix: chore
369369
include: scope
370-
- package-ecosystem: uv
371-
directory: /data-management/viewer
372-
schedule:
373-
interval: weekly
374-
day: monday
375-
cooldown:
376-
default-days: 7
377-
semver-major-days: 14
378-
groups:
379-
dataviewer-dependencies:
380-
patterns:
381-
- "*"
382-
update-types:
383-
- minor
384-
- patch
385-
open-pull-requests-limit: 5
386-
labels:
387-
- dependencies
388-
- python
389-
- dataviewer
390-
commit-message:
391-
prefix: chore
392-
include: scope
393370
- package-ecosystem: uv
394371
directory: /data-management/viewer/backend
395372
schedule:

.github/workflows/check-binary-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Upload SARIF to Security tab
3434
if: always()
35-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
35+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
3636
with:
3737
sarif_file: binary-freshness-results.sarif
3838
category: binary-freshness

.github/workflows/check-image-digest-freshness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload SARIF to Security tab
4747
if: always() && hashFiles('logs/image-digest-freshness.sarif') != ''
48-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
48+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
4949
with:
5050
sarif_file: logs/image-digest-freshness.sarif
5151
category: container-image-digest-freshness

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
41+
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
4242
with:
4343
languages: ${{ matrix.language }}
4444
queries: security-extended,security-and-quality
4545

4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
47+
uses: github/codeql-action/autobuild@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
50+
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
5151
with:
5252
category: "/language:${{ matrix.language }}"
5353

.github/workflows/container-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Upload SARIF to Security tab
116116
if: always()
117-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
117+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
118118
continue-on-error: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork }}
119119
with:
120120
sarif_file: trivy-${{ steps.slug.outputs.slug }}.sarif

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: '3.12'
6464

6565
- name: Setup uv
66-
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
66+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
6767

6868
- name: Setup Node.js (frontend pin)
6969
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
@@ -86,7 +86,7 @@ jobs:
8686
terraform_wrapper: false
8787

8888
- name: Setup TFLint
89-
uses: terraform-linters/setup-tflint@6e1e0642c0289bd619021bf6b34e3c08ed1e005a # v6.3.0
89+
uses: terraform-linters/setup-tflint@1cf010d3c7aef302051ccdb68c14c5dc2efa34ef # v6.3.1
9090

9191
- name: Install gh-aw CLI extension (v0.81.6)
9292
run: gh extension install github/gh-aw --pin v0.81.6

.github/workflows/dast-zap-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload SARIF to Security tab
6666
if: always()
67-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
67+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
6868
continue-on-error: true
6969
with:
7070
sarif_file: results/zap-results.sarif

.github/workflows/dataviewer-backend-pytests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.12'
3535

3636
- name: Setup uv
37-
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
37+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
3838

3939
- name: Install system dependencies
4040
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends ffmpeg
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload coverage to Codecov
5757
if: ${{ inputs.code-coverage && always() }}
58-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
58+
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
5959
with:
6060
files: logs/coverage-dataviewer.xml
6161
use_oidc: true

.github/workflows/dataviewer-frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Upload coverage to Codecov
7070
if: ${{ inputs.code-coverage && always() }}
71-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
71+
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
7272
with:
7373
files: coverage/cobertura-coverage.xml
7474
use_oidc: true

.github/workflows/dependency-pinning-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload SARIF to Security tab
8282
if: inputs.upload-sarif && always()
83-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
83+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
8484
with:
8585
sarif_file: logs/dependency-pinning-results.sarif
8686
category: dependency-pinning

0 commit comments

Comments
 (0)