diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index fe8b2e0..b82ce09 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -25,7 +25,7 @@ jobs: security-events: write steps: - name: Checkout Repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7 with: fetch-depth: "0" - name: Set up Helm @@ -56,7 +56,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7 with: fetch-depth: "0" - name: Set up Helm diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index 3bbd18a..b8651ff 100644 --- a/.github/workflows/helm-docs.yml +++ b/.github/workflows/helm-docs.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7 - name: Setup Go uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1 with: diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index e39c96d..c7c424f 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout Repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7 with: fetch-depth: "0" - name: Configure Git