We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bfb1c4 + a1acd16 commit c2e8abaCopy full SHA for c2e8aba
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
REGISTRY: ghcr.io
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- name: Extract Helm chart name and version
23
id: release-details
24
run: |
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout
13
14
with:
15
fetch-depth: 0
16
0 commit comments