Skip to content

Commit cd70249

Browse files
authored
ci: pin azure/setup-helm and helm/kind-action to commit SHAs (#1544)
* ci: pin azure/setup-helm and helm/kind-action to commit SHAs * chore(python): add py.typed marker for PEP 561 compliance * ci: use full semver in pinned action version comments Signed-off-by: mesutoezdil <mesudozdil@gmail.com> --------- Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
1 parent 286ce7c commit cd70249

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-kubernetes-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
6565

6666
- name: Create kind cluster
67-
uses: helm/kind-action@v1
67+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
6868
with:
6969
cluster_name: ${{ env.KIND_CLUSTER_NAME }}
7070
wait: 120s

.github/workflows/release-canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
KIND_GATEWAY_NAME: kind
8585
steps:
8686
- name: Install Helm
87-
uses: azure/setup-helm@v5
87+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
8888

8989
- name: Create kind cluster
90-
uses: helm/kind-action@v1
90+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
9191
with:
9292
cluster_name: ${{ env.KIND_CLUSTER_NAME }}
9393
wait: 120s

python/openshell/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)