diff --git a/.gitea/workflows/generate-readme.yaml b/.gitea/workflows/generate-readme.yaml index f6b9360..83d3241 100644 --- a/.gitea/workflows/generate-readme.yaml +++ b/.gitea/workflows/generate-readme.yaml @@ -15,14 +15,14 @@ on: jobs: generate-parameters: container: - image: docker.io/library/node:26.1.0-alpine + image: docker.io/library/node:26.3.0-alpine runs-on: ubuntu-latest steps: - name: Install tooling run: | apk update apk add git npm - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Generate parameter section in README run: | npm install diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index d835840..a81af5d 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -14,8 +14,8 @@ jobs: helm-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 - - uses: azure/setup-helm@v5.0.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 with: version: v4.1.4 # renovate: datasource=github-releases depName=helm/helm - name: Lint helm files @@ -25,8 +25,8 @@ jobs: helm-unittest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 - - uses: azure/setup-helm@v5.0.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 with: version: v4.1.4 # renovate: datasource=github-releases depName=helm/helm - env: diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index bc12e5d..4e2572f 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -15,14 +15,14 @@ on: jobs: markdown-link-checker: container: - image: docker.io/library/node:26.1.0-alpine + image: docker.io/library/node:26.3.0-alpine runs-on: ubuntu-latest steps: - name: Install tooling run: | apk update apk add git npm - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Verify links in markdown files run: | npm install @@ -30,14 +30,14 @@ jobs: markdown-lint: container: - image: docker.io/library/node:26.1.0-alpine + image: docker.io/library/node:26.3.0-alpine runs-on: ubuntu-latest steps: - name: Install tooling run: | apk update apk add git - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Lint markdown files run: | npm install diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b3b9c08..9278798 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: apk update apk add git npm jq yq - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 diff --git a/.vscode/settings.json b/.vscode/settings.json index a0cb4d6..1509af6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.0/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },