From 27d74ca422fba68fc35e390fe703d0b2f4fb183a Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 23 May 2026 17:49:34 +0300 Subject: [PATCH 1/2] ci: pin azure/setup-helm and helm/kind-action to commit SHAs --- .github/workflows/e2e-kubernetes-test.yml | 2 +- .github/workflows/release-canary.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-kubernetes-test.yml b/.github/workflows/e2e-kubernetes-test.yml index 3eb4c25fb..7fc7943c0 100644 --- a/.github/workflows/e2e-kubernetes-test.yml +++ b/.github/workflows/e2e-kubernetes-test.yml @@ -64,7 +64,7 @@ jobs: run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin - name: Create kind cluster - uses: helm/kind-action@v1 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1 with: cluster_name: ${{ env.KIND_CLUSTER_NAME }} wait: 120s diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index cafc6bfdf..2ebbb2658 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -84,10 +84,10 @@ jobs: KIND_GATEWAY_NAME: kind steps: - name: Install Helm - uses: azure/setup-helm@v5 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 - name: Create kind cluster - uses: helm/kind-action@v1 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1 with: cluster_name: ${{ env.KIND_CLUSTER_NAME }} wait: 120s From 243c6a10023aa2184b94ef24e9313b61fe87bcdf Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 23 May 2026 17:49:34 +0300 Subject: [PATCH 2/2] chore(python): add py.typed marker for PEP 561 compliance --- python/openshell/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python/openshell/py.typed diff --git a/python/openshell/py.typed b/python/openshell/py.typed new file mode 100644 index 000000000..e69de29bb