diff --git a/.github/workflows/idempotency-tests.yml b/.github/workflows/idempotency-tests.yml index ead227b242..187ef5d797 100644 --- a/.github/workflows/idempotency-tests.yml +++ b/.github/workflows/idempotency-tests.yml @@ -42,7 +42,7 @@ jobs: - "apisguru::twitter.com:current" - "apisguru::notion.com" - "apisguru::stripe.com" - - "https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml" + - "https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml" - "apisguru::meraki.com" - "https://developers.pipedrive.com/docs/api/v1/openapi.yaml" - "apisguru::twilio.com:api" @@ -89,7 +89,7 @@ jobs: - "apisguru::twitter.com:current" - "apisguru::notion.com" - "apisguru::stripe.com" - - "https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml" + - "https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml" - "apisguru::meraki.com" - "https://developers.pipedrive.com/docs/api/v1/openapi.yaml" - "apisguru::twilio.com:api" diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7fda71da84..f254f293d0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -42,7 +42,7 @@ jobs: - "apisguru::twitter.com:current" - "apisguru::notion.com" - "apisguru::stripe.com" - - "https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml" + - "https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml" - "apisguru::meraki.com" - "https://developers.pipedrive.com/docs/api/v1/openapi.yaml" - "apisguru::twilio.com:api" @@ -94,7 +94,7 @@ jobs: - "apisguru::twitter.com:current" - "apisguru::notion.com" - "apisguru::stripe.com" - - "https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml" + - "https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml" - "apisguru::meraki.com" - "https://developers.pipedrive.com/docs/api/v1/openapi.yaml" - "apisguru::twilio.com:api" diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index ffb918c85d..7d8162b429 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -51,7 +51,7 @@ jobs: curl -o twitter.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/twitter.com/current/2.61/openapi.json curl -o notion.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/notion.com/1.0.0/openapi.json curl -o stripe.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/stripe.com/2022-11-15/openapi.json - curl -o maps.yaml https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml + curl -o maps.yaml https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml curl -o meraki.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/meraki.com/0.0.0-streaming/openapi.json curl -o pipedrive.yaml https://developers.pipedrive.com/docs/api/v1/openapi.yaml curl -o twilio.json https://raw.githubusercontent.com/APIs-guru/openapi-directory/gh-pages/v2/specs/twilio.com/api/1.42.0/openapi.json diff --git a/it/config.json b/it/config.json index 02d0629304..713ebb4656 100644 --- a/it/config.json +++ b/it/config.json @@ -79,7 +79,7 @@ } ] }, - "https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml": { + "https://raw.githubusercontent.com/googlemaps/openapi-specification/refs/tags/v1.22.5/dist/google-maps-platform-openapi3.yml": { "ExcludePatterns": [ { "Pattern": "/maps/api/directions/json", @@ -285,4 +285,4 @@ } ] } -} \ No newline at end of file +}