Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3#639

Merged
ioannisj merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3
Jun 11, 2026
Merged

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3#639
ioannisj merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 11, 2026 07:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

posthog-ios Compliance Report

Date: 2026-06-11 08:02:05 UTC
Duration: 209492ms

⚠️ Some Tests Failed

35/45 tests passed, 10 failed


Capture Tests

⚠️ 25/29 tests passed, 4 failed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 2829ms
Format Validation.Event Has Uuid 2804ms
Format Validation.Event Has Lib Properties 2814ms
Format Validation.Distinct Id Is String 2753ms
Format Validation.Token Is Present 2766ms
Format Validation.Custom Properties Preserved 2776ms
Format Validation.Event Has Timestamp 2713ms
Retry Behavior.Retries On 503 7685ms
Retry Behavior.Does Not Retry On 400 4830ms
Retry Behavior.Does Not Retry On 401 4699ms
Retry Behavior.Respects Retry After Header 7810ms
Retry Behavior.Implements Backoff 17702ms
Retry Behavior.Retries On 500 7794ms
Retry Behavior.Retries On 502 7735ms
Retry Behavior.Retries On 504 7801ms
Retry Behavior.Max Retries Respected 17788ms
Deduplication.Generates Unique Uuids 2955ms
Deduplication.Preserves Uuid On Retry 7833ms
Deduplication.Preserves Uuid And Timestamp On Retry 12753ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 7871ms
Deduplication.No Duplicate Events In Batch 2937ms
Deduplication.Different Events Have Different Uuids 2780ms
Compression.Sends Gzip When Enabled 2773ms
Batch Format.Uses Proper Batch Structure 2755ms
Batch Format.Flush With No Events Sends Nothing 254ms
Batch Format.Multiple Events Batched Together 2888ms
Error Handling.Does Not Retry On 403 4779ms
Error Handling.Does Not Retry On 413 4824ms
Error Handling.Retries On 408 7672ms

Failures

retry_behavior.retries_on_503

Expected at least 3 requests, got 2

retry_behavior.max_retries_respected

Expected 4 requests, got 3

deduplication.preserves_uuid_and_timestamp_on_retry

Expected at least 3 requests, got 2

error_handling.does_not_retry_on_413

Expected 1 requests, got 2

Feature_Flags Tests

⚠️ 10/16 tests passed, 6 failed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 2829ms
Request Payload.Flags Request Uses V2 Query Param 2794ms
Request Payload.Flags Request Hits Flags Path Not Decide 2736ms
Request Payload.Flags Request Omits Authorization Header 2764ms
Request Payload.Token In Flags Body Matches Init 2700ms
Request Payload.Groups Round Trip 2880ms
Request Payload.Groups Default To Empty Object 2753ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 2865ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 2834ms
Request Payload.Disable Geoip Omitted Defaults To False 2768ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 2792ms
Request Lifecycle.No Flags Request On Init Alone 62ms
Request Lifecycle.No Flags Request On Normal Capture 2676ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 3182ms
Request Lifecycle.Mock Response Value Is Returned To Caller 2719ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 2973ms

Failures

request_payload.request_with_person_properties_device_id

Expected distinct_id='test_user_123', got '019EB5B3-3EA8-7801-A7B6-7927FCC44733'

request_payload.groups_default_to_empty_object

Field 'group_properties' not found in /flags request body at path 'group_properties'. Available keys: ['api_key', '$device_id', 'groups', 'person_properties', 'distinct_id', 'timezone', '$anon_distinct_id']

request_payload.person_properties_distinct_id_auto_populated_when_caller_omits_it

Field 'distinct_id' not found in /flags request body at path 'person_properties.distinct_id'. Available keys: ['$app_namespace', '$lib_version', '$device_type', '$os_name', '$lib', '$os_version', 'email']

request_payload.disable_geoip_false_propagates_as_geoip_disable_false

Field 'geoip_disable' not found in /flags request body at path 'geoip_disable'. Available keys: ['person_properties', 'groups', '$anon_distinct_id', 'api_key', 'distinct_id', 'timezone', '$device_id']

request_payload.disable_geoip_omitted_defaults_to_false

Field 'geoip_disable' not found in /flags request body at path 'geoip_disable'. Available keys: ['distinct_id', 'person_properties', 'api_key', '$anon_distinct_id', '$device_id', 'groups', 'timezone']

request_payload.flag_keys_to_evaluate_contains_only_requested_key

Field 'flag_keys_to_evaluate' not found in /flags request body at path 'flag_keys_to_evaluate'. Available keys: ['$anon_distinct_id', 'api_key', 'person_properties', '$device_id', 'timezone', 'distinct_id', 'groups']

@ioannisj ioannisj merged commit 5bfc14e into main Jun 11, 2026
38 checks passed
@ioannisj ioannisj deleted the dependabot/github_actions/actions/checkout-6.0.3 branch June 11, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant