From 9ade46153dcaa861361a9dfbb2392d6072ce34b3 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:01:53 -0400 Subject: [PATCH 1/2] fix: Update generate.yaml --- .github/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 5ca02841f2d..54eeb63a393 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -36,7 +36,7 @@ jobs: sudo apt update sudo apt install python3 echo "using $(python3 --version)" - curl https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py + curl -O https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py python3 get-pip.py - run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }} - uses: googleapis/code-suggester@v2 # takes the changes from git directory From 798f926a64c0492e7c79b9d7e81c899137e66f49 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:06:57 -0400 Subject: [PATCH 2/2] Update generate.yaml --- .github/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 54eeb63a393..9ff65f7e2b5 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -36,7 +36,7 @@ jobs: sudo apt update sudo apt install python3 echo "using $(python3 --version)" - curl -O https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py + curl https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py -o get-pip.py python3 get-pip.py - run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }} - uses: googleapis/code-suggester@v2 # takes the changes from git directory