Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/comment-deployment-plan-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
issues: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: pip install requests
- run: python extra-scripts/comment-deployment-plan-pr.py
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment-test-link-merged-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
actions: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: pip install requests
- run: python extra-scripts/comment-test-link-merged-pr.py
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- cluster_name: heliophysics

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'

Expand All @@ -76,7 +76,7 @@ jobs:
uses: mdgreenwald/[email protected]

- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
credentials_json: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
prod-jobs: ${{ steps.generate-jobs.outputs.prod-jobs }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6

# There will almost never be a cache hit on the cache key when this job is
# run, as it is the first of all jobs in this workflow. An exception is if
Expand All @@ -96,7 +96,7 @@ jobs:
go install github.com/google/go-jsonnet/cmd/[email protected]

- name: Get merged/open PR labels
uses: actions/github-script@v7
uses: actions/github-script@v8
id: pr-labels
with:
# Both pull_request and push can have triggered this job to run. A
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
jobs: ${{ fromJson(needs.generate-jobs.outputs.support-jobs) }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup deploy for ${{ matrix.jobs.cluster_name }}
uses: ./.github/actions/setup-deploy
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
failure_heliophysics_staging: ${{ steps.declare-failure.outputs.failure_heliophysics_staging }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup deploy for ${{ matrix.jobs.cluster_name }} cluster
uses: ./.github/actions/setup-deploy
Expand Down Expand Up @@ -630,7 +630,7 @@ jobs:
jobs: ${{ fromJson(needs.filter-failed-staging.outputs.prod-jobs) }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup deploy for ${{ matrix.jobs.cluster_name }} cluster
uses: ./.github/actions/setup-deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ensure-uptime-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Uptime checks are set up and managed via terraform
- uses: hashicorp/setup-terraform@v3
Expand All @@ -40,7 +40,7 @@ jobs:

# Authenticate with the correct KMS key that sops will use.
- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
credentials_json: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: hashicorp/setup-terraform@v3
- uses: terraform-linters/setup-tflint@v4
- uses: terraform-linters/setup-tflint@v5
- name: Run terraform linter
run: |
cd terraform
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deployer-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
test-deployer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
test-docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validate-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
(github.event_name == 'pull_request' && contains(github.head_ref, fromJson('["dependabot", "pre-commit"]')) == false)

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'

Expand Down Expand Up @@ -210,11 +210,11 @@ jobs:
jobs: ${{ fromJson(needs.generate-clusters-to-validate.outputs.cluster_matrix) }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6

- name: Install deployer module dependencies
run: |
Expand Down
Loading