Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install actionlint
env:
Expand All @@ -43,7 +43,7 @@ jobs:
name: YAML Validity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install YAML parser
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
name: Python Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-python@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Container Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: docker/setup-qemu-action@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crac-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
include: ${{ fromJSON(inputs.service-matrix) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: docker/setup-buildx-action@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-config-render-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Deploy Config Render Drift
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve workflow ref
id: workflow-ref
Expand All @@ -54,7 +54,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Docker Image CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: docker/setup-buildx-action@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flux-render-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Flux Render Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve workflow ref
id: workflow-ref
Expand All @@ -54,7 +54,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitops-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: GitOps CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve workflow ref
id: workflow-ref
Expand All @@ -61,7 +61,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
name: JVM Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand All @@ -79,9 +79,9 @@ jobs:
name: JVM Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migration-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Migration Guard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -53,7 +53,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Nix CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: cachix/install-nix-action@v31

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve workflow ref
id: workflow-ref
Expand All @@ -80,7 +80,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platform-config-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Platform Config Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Resolve workflow ref
id: workflow-ref
Expand All @@ -63,7 +63,7 @@ jobs:

printf 'ref=%s\n' "$ref" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: JorisJonkers-dev/github-workflows
ref: ${{ github.job_workflow_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
timeout-minutes: ${{ inputs.timeout-minutes }}
if: ${{ inputs.enabled }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Wait after push
if: ${{ github.event_name == 'push' && inputs.post-push-delay-seconds > 0 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Python CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-python@v6
with:
Expand Down
Loading