From a428bdc47df2e22b3975634cdcd991d862d9be49 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 17 Jul 2026 21:05:08 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/artifacthub-metadata.yaml | 2 +- .gitea/workflows/generate-readme.yaml | 2 +- .gitea/workflows/helm.yaml | 4 ++-- .gitea/workflows/markdown-linters.yaml | 4 ++-- .gitea/workflows/release.yaml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/artifacthub-metadata.yaml b/.gitea/workflows/artifacthub-metadata.yaml index 042b9e4..b4a0ed7 100644 --- a/.gitea/workflows/artifacthub-metadata.yaml +++ b/.gitea/workflows/artifacthub-metadata.yaml @@ -10,7 +10,7 @@ jobs: name: "Upload artifacthub-repo.yml to OCI registry" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ${{ github.server_url }} diff --git a/.gitea/workflows/generate-readme.yaml b/.gitea/workflows/generate-readme.yaml index 92702ce..d700575 100644 --- a/.gitea/workflows/generate-readme.yaml +++ b/.gitea/workflows/generate-readme.yaml @@ -22,7 +22,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v6.0.3 + - 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 897c8bd..255d33e 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -14,7 +14,7 @@ jobs: helm-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm @@ -25,7 +25,7 @@ jobs: helm-unittest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 12be688..97779d1 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -22,7 +22,7 @@ jobs: run: | apk update apk add git npm - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Verify links in markdown files run: | npm install @@ -37,7 +37,7 @@ jobs: run: | apk update apk add git - - uses: actions/checkout@v6.0.3 + - 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 0a6b62c..8ee19d7 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: publish-chart: runs-on: ubuntu-latest steps: - - uses: volker-raschek/cosign-installer@v4.1.3-rc3 + - uses: volker-raschek/cosign-installer@7643eed6736a199595ed2a31e9979ec353a88adb # v4.1.3-rc3 with: cosign-release: "v3.1.2" # renovate: datasource=github-tags depName=sigstore/cosign @@ -65,7 +65,7 @@ jobs: gpg --batch --yes --export "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/pubring.gpg" gpg --batch --yes --passphrase-fd 0 --export-secret-keys "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/secring.gpg" <<< "${GPG_PRIVATE_KEY_PASSPHRASE}" - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0