From f8837365c34106831c2981dd98792dfb0df69bc9 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:14:59 +0100 Subject: [PATCH] set contents read permission Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release-helm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index 37e5d5e50..6719385e9 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -18,6 +18,8 @@ env: jobs: lint-and-test: runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout uses: actions/checkout@v4