@@ -38,15 +38,15 @@ jobs:
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Check out the repository
41- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4242
4343 - name : Set up Helm
4444 uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
4545 with :
4646 version : v3.6.0
4747
4848 - name : Set up Python
49- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
49+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
5050 with :
5151 python-version : ' 3.13.x'
5252
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : Check out the repository
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6868 with :
6969 fetch-depth : 0
7070 - name : Run gitlint
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Check out the repository
78- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
78+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7979
8080 - name : Run helm-docs and verify docs are up-to-date
8181 run : make helm-docs
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Check out the repository
88- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
88+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8989
9090 - name : Run markdown-link-check
9191 uses : gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31
9999 runs-on : ubuntu-latest
100100 steps :
101101 - name : Check out the repository
102- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
102+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
103103 - name : Run markdownlint
104104 run : make markdownlint
105105
@@ -108,6 +108,6 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : Check out the repository
111- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
111+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
112112 - name : Run yamllint
113113 run : make yamllint
0 commit comments