Skip to content

Update github-actions dependencies#4542

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions
Jul 7, 2026
Merged

Update github-actions dependencies#4542
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/github-script action minor v7.0.1v7.1.0
anthropics/claude-code-action (changelog) action digest a92e7c7f87768c
docker/login-action (changelog) action digest 650006caf1e73f
github/codeql-action (changelog) action digest 8aad20d54f647b
otel/opentelemetry-collector-contrib service minor 0.154.00.155.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/github-script (actions/github-script)

v7.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.155.0

Compare Source


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 5pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@renovate renovate Bot enabled auto-merge (squash) July 6, 2026 17:56
@renovate renovate Bot requested a review from a team as a code owner July 6, 2026 17:56
@renovate renovate Bot force-pushed the renovate/github-actions branch from 4e5ac31 to e246333 Compare July 6, 2026 18:36
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2946 2 2944 344
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericPG
Stack Traces | 0s run time
=== RUN   TestGenericPG
=== PAUSE TestGenericPG
=== CONT  TestGenericPG
--- FAIL: TestGenericPG (0.00s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only
Stack Traces | 183s run time
=== RUN   TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only
=== PAUSE TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only
=== CONT  TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only
    generic_test.go:1065: Inserted 5 initial rows before creating replication slot
    generic_test.go:1071: Created custom replication slot: 112_custom_slot_tp28ck9c
    generic_test.go:1079: Inserted 5 initial rows after creating replication slot
    generic_test.go:1108: Inserted 10 rows during CDC
    generic_test.go:1110: WaitFor tables has 10+5 rows 2026-07-06 18:41:03.186669102 +0000 UTC m=+2.640318087
    generic_test.go:1110: UNEXPECTED TIMEOUT tables has 10+5 rows 2026-07-06 18:44:03.735476794 +0000 UTC m=+183.189125769
    postgres.go:92: begin tearing down postgres schema pg_wwwvtkao
2026/07/06 18:44:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5332948095592894207
2026/07/06 18:44:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5332948095592894207 records=1 bytes=12 channelLen=0
2026/07/06 18:44:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_3pltkc5x.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
2026/07/06 18:44:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5332948095592894207
2026/07/06 18:44:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5332948095592894207 records=0 bytes=0 channelLen=0
2026/07/06 18:44:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_3pltkc5x.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/07/06 18:44:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/07/06 18:44:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_pgchclg_3pltkc5x.\"test_simple_schema_changes\" ORDER BY id" rows=1 bytes=12 channelLen=0
--- FAIL: TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only (182.87s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: A single CDC e2e test (TestGenericPG/Test_Custom_Replication_Slot_Starting_With_Numbers_CDC_Only) hit an "UNEXPECTED TIMEOUT" waiting ~183s for replicated rows to arrive — a timing-dependent replication timeout under heavy parallel load, not a deterministic code bug.
Confidence: 0.85

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot force-pushed the renovate/github-actions branch 3 times, most recently from 40ff9ea to 8e78c13 Compare July 7, 2026 01:09
@renovate renovate Bot force-pushed the renovate/github-actions branch from 8e78c13 to 48d1c83 Compare July 7, 2026 01:32
@renovate renovate Bot merged commit 894ea00 into main Jul 7, 2026
19 of 20 checks passed
@renovate renovate Bot deleted the renovate/github-actions branch July 7, 2026 03:00
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant