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/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: detect_changes
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- id: set-paths-matrix
run: |
set -x
Expand All @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: azure/setup-helm@v4
name: Setup Helm
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
distribution: ["k3s", "k8s"]
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: azure/setup-helm@v4
name: Setup Helm
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-licenses-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check for prohibited vcluster import in config dir
run: |

Check warning on line 28 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / Lint GitHub Actions workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2038:warning:6:15: Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames [shellcheck] Raw Output: w:.github/workflows/lint.yaml:28:9: shellcheck reported issue in this script: SC2038:warning:6:15: Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames [shellcheck]
#!/bin/bash
set -e

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
notify_release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
- id: get_base_branch
name: Get base branch for tag
run: |

Check warning on line 29 in .github/workflows/notify-release.yaml

View workflow job for this annotation

GitHub Actions / Lint GitHub Actions workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:14:53: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/notify-release.yaml:29:9: shellcheck reported issue in this script: SC2086:info:14:53: Double quote to prevent globbing and word splitting [shellcheck]
RELEASE_VERSION="${{ inputs.release_version }}"
TAG_COMMIT=$(git rev-list -n 1 "$RELEASE_VERSION")

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check validation result
run: '[[ "${{ steps.semver.outputs.is_valid }}" == "true" ]] || (echo "Invalid version: ${{ inputs.release_version }}" && exit 1)'
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
- uses: azure/setup-helm@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-head-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install Helm Unit Test Plugin
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.4.4
Expand All @@ -30,7 +30,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
Expand All @@ -52,7 +52,7 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo rm -rf /usr/local/lib/android || true
sudo rm -rf /opt/hostedtoolcache/CodeQL || true
sudo docker image prune --all --force || true
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- run: git fetch --force --tags
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- publish-chart
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- name: Checkout repo
if: ${{ steps.release.outputs.is_alpha_version == 'false' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-tags: 'true'
ref: 'refs/tags/${{ steps.release.outputs.release_tag }}'
Expand Down Expand Up @@ -91,7 +91,7 @@
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
RELEASE_TAG: ${{ steps.release.outputs.release_tag }}
PARSED_VERSION: ${{ steps.semver.outputs.parsed_version }}
run: |

Check warning on line 94 in .github/workflows/sync-config-schema.yaml

View workflow job for this annotation

GitHub Actions / Lint GitHub Actions workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:25:20: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/sync-config-schema.yaml:94:9: shellcheck reported issue in this script: SC2086:info:25:20: Double quote to prevent globbing and word splitting [shellcheck]
# Use parsed version from semver action
MAJOR_VERSION=$(echo "${PARSED_VERSION}" | jq -r '.major')
MINOR_VERSION=$(echo "${PARSED_VERSION}" | jq -r '.minor')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install Helm Unit Test Plugin
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.4.4
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-platform-minimum-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Update MinimumVersionTag in main.go
run: |
Expand Down
Loading