diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index 89d5b3a..5cd5f62 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag=v4.1.4 with: fetch-depth: "0" - name: Set up Helm @@ -56,7 +56,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag=v4.1.4 with: fetch-depth: "0" - name: Set up Helm diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index 5320057..b310bf5 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag=v4.1.4 - name: Setup Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0 with: diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 40f6fb9..db27cf1 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout Repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag=v4.1.4 with: fetch-depth: "0" - name: Configure Git