Skip to content

chore(ci): bump pinned posthog-sdk-test-harness SHA#616

Merged
Piccirello merged 1 commit into
mainfrom
chore/bump-sdk-test-harness-pin
May 22, 2026
Merged

chore(ci): bump pinned posthog-sdk-test-harness SHA#616
Piccirello merged 1 commit into
mainfrom
chore/bump-sdk-test-harness-pin

Conversation

@Piccirello
Copy link
Copy Markdown
Member

Bumps the pinned SHA of PostHog/posthog-sdk-test-harness/.github/workflows/test-sdk-action.yml from 1b56b38f… to current main HEAD 39d05346….

The old SHA predates
posthog-sdk-test-harness#18 (pinact rollout) which SHA-pinned the internal actions/checkout@v4 reference. The org-wide "Require actions to be pinned to a full-length commit SHA" policy applies inside reusable
workflows.

@Piccirello Piccirello requested a review from a team as a code owner May 22, 2026 03:59
@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
High CVE: AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb

CVE: GHSA-6mq8-rvhq-8wgg AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb (HIGH)

Affected versions: < 3.13.3

Patched version: 3.13.3

From: uv.lockpypi/aiohttp@3.12.13

ℹ Read more on: This package | This alert | What is a CVE?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Remove or replace dependencies that include known high severity CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore pypi/aiohttp@3.12.13. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 22, 2026

Reviews (1): Last reviewed commit: "chore(ci): bump pinned posthog-sdk-test-..." | Re-trigger Greptile

@Piccirello Piccirello merged commit cb7c8da into main May 22, 2026
27 checks passed
@Piccirello Piccirello deleted the chore/bump-sdk-test-harness-pin branch May 22, 2026 04:16
@github-actions
Copy link
Copy Markdown
Contributor

posthog-python Compliance Report

Date: 2026-05-22 05:17:38 UTC
Duration: 4674776ms

⚠️ Some Tests Failed

29/45 tests passed, 16 failed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 521ms
Format Validation.Event Has Uuid 1508ms
Format Validation.Event Has Lib Properties 1508ms
Format Validation.Distinct Id Is String 1508ms
Format Validation.Token Is Present 1508ms
Format Validation.Custom Properties Preserved 1508ms
Format Validation.Event Has Timestamp 1508ms
Retry Behavior.Retries On 503 9517ms
Retry Behavior.Does Not Retry On 400 3510ms
Retry Behavior.Does Not Retry On 401 3509ms
Retry Behavior.Respects Retry After Header 9516ms
Retry Behavior.Implements Backoff 23520ms
Retry Behavior.Retries On 500 7515ms
Retry Behavior.Retries On 502 7512ms
Retry Behavior.Retries On 504 7517ms
Retry Behavior.Max Retries Respected 23528ms
Deduplication.Generates Unique Uuids 1499ms
Deduplication.Preserves Uuid On Retry 7516ms
Deduplication.Preserves Uuid And Timestamp On Retry 14522ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 7509ms
Deduplication.No Duplicate Events In Batch 1504ms
Deduplication.Different Events Have Different Uuids 1507ms
Compression.Sends Gzip When Enabled 1507ms
Batch Format.Uses Proper Batch Structure 1507ms
Batch Format.Flush With No Events Sends Nothing 1006ms
Batch Format.Multiple Events Batched Together 1507ms
Error Handling.Does Not Retry On 403 3508ms
Error Handling.Does Not Retry On 413 3509ms
Error Handling.Retries On 408 7514ms

Feature_Flags Tests

⚠️ 0/16 tests passed, 16 failed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 506ms
Request Payload.Flags Request Uses V2 Query Param 300649ms
Request Payload.Flags Request Hits Flags Path Not Decide 301087ms
Request Payload.Flags Request Omits Authorization Header 300946ms
Request Payload.Token In Flags Body Matches Init 300983ms
Request Payload.Groups Round Trip 301071ms
Request Payload.Groups Default To Empty Object 300952ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 300993ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 300976ms
Request Payload.Disable Geoip Omitted Defaults To False 301056ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 300928ms
Request Lifecycle.No Flags Request On Init Alone 301064ms
Request Lifecycle.No Flags Request On Normal Capture 300989ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 301041ms
Request Lifecycle.Mock Response Value Is Returned To Caller 300999ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 300970ms

Failures

request_payload.request_with_person_properties_device_id

Field 'token' not found in /flags request body at path 'token'. Available keys: ['distinct_id', 'groups', 'person_properties', 'group_properties', 'geoip_disable', 'device_id', 'flag_keys_to_evaluate', 'sentAt', 'api_key']

request_payload.flags_request_uses_v2_query_param

No error message

request_payload.flags_request_hits_flags_path_not_decide

No error message

request_payload.flags_request_omits_authorization_header

No error message

request_payload.token_in_flags_body_matches_init

No error message

request_payload.groups_round_trip

No error message

request_payload.groups_default_to_empty_object

No error message

request_payload.person_properties_distinct_id_auto_populated_when_caller_omits_it

No error message

request_payload.disable_geoip_false_propagates_as_geoip_disable_false

No error message

request_payload.disable_geoip_omitted_defaults_to_false

No error message

request_payload.flag_keys_to_evaluate_contains_only_requested_key

No error message

request_lifecycle.no_flags_request_on_init_alone

No error message

request_lifecycle.no_flags_request_on_normal_capture

No error message

request_lifecycle.two_flag_calls_produce_two_remote_requests

No error message

request_lifecycle.mock_response_value_is_returned_to_caller

No error message

side_effect_events.get_feature_flag_captures_feature_flag_called_event

No error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant