We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1de36c commit fe1edd3Copy full SHA for fe1edd3
.github/workflows/ct-lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Helm
25
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
26
- name: Setup python
27
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
28
with:
29
python-version: 3.7
30
- name: Set up chart-testing
.github/workflows/helm-release.yaml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
22
- - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
+ - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
23
0 commit comments