Skip to content

chore: update release workflow actions#190

Merged
marandaneto merged 1 commit into
mainfrom
chore/update-release-workflow-actions
Jun 30, 2026
Merged

chore: update release workflow actions#190
marandaneto merged 1 commit into
mainfrom
chore/update-release-workflow-actions

Conversation

@marandaneto

Copy link
Copy Markdown
Member

💡 Motivation and Context

GitHub Actions warned that the release workflow was still targeting Node.js 20 for actions/upload-artifact and actions/download-artifact, forcing them onto Node.js 24 at runtime.

This updates the release workflow to the latest available action versions while keeping every uses: reference SHA-pinned.

💚 How did you test it?

  • Parsed .github/workflows/release.yml with PyYAML.
  • Verified every uses: reference is pinned to a 40-character SHA.
  • Verified the old artifact action SHAs from the warning are no longer referenced.

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Ran pnpm changeset to generate a changeset file

🤖 Agent context

Autonomy: Human-driven (agent-assisted)

Updated the release workflow action pins based on the GitHub Actions Node.js 20 deprecation warning from the referenced release run. The chosen approach keeps SHA pinning for security while moving each action to the current latest version/commit available at the time of the update.

@marandaneto marandaneto self-assigned this Jun 30, 2026
@marandaneto marandaneto marked this pull request as ready for review June 30, 2026 08:41
@marandaneto marandaneto requested a review from a team as a code owner June 30, 2026 08:41
@marandaneto marandaneto merged commit 9918a9c into main Jun 30, 2026
23 checks passed
@marandaneto marandaneto deleted the chore/update-release-workflow-actions branch June 30, 2026 08:42
@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown

Reviews (1): Last reviewed commit: "chore: update release workflow actions" | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown
Contributor

posthog-php Compliance Report

Date: 2026-06-30 08:43:42 UTC
Duration: 95113ms

✅ All Tests Passed!

45/45 tests passed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 12ms
Format Validation.Event Has Uuid 6ms
Format Validation.Event Has Lib Properties 5ms
Format Validation.Distinct Id Is String 6ms
Format Validation.Token Is Present 5ms
Format Validation.Custom Properties Preserved 6ms
Format Validation.Event Has Timestamp 6ms
Retry Behavior.Retries On 503 5315ms
Retry Behavior.Does Not Retry On 400 2009ms
Retry Behavior.Does Not Retry On 401 2009ms
Retry Behavior.Respects Retry After Header 8015ms
Retry Behavior.Implements Backoff 15731ms
Retry Behavior.Retries On 500 5115ms
Retry Behavior.Retries On 502 5115ms
Retry Behavior.Retries On 504 5114ms
Retry Behavior.Max Retries Respected 16530ms
Deduplication.Generates Unique Uuids 12ms
Deduplication.Preserves Uuid On Retry 5113ms
Deduplication.Preserves Uuid And Timestamp On Retry 10322ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 5116ms
Deduplication.No Duplicate Events In Batch 11ms
Deduplication.Different Events Have Different Uuids 7ms
Compression.Sends Gzip When Enabled 5ms
Batch Format.Uses Proper Batch Structure 6ms
Batch Format.Flush With No Events Sends Nothing 3ms
Batch Format.Multiple Events Batched Together 10ms
Error Handling.Does Not Retry On 403 2008ms
Error Handling.Does Not Retry On 413 2009ms
Error Handling.Retries On 408 5115ms

Feature_Flags Tests

16/16 tests passed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 6ms
Request Payload.Flags Request Uses V2 Query Param 5ms
Request Payload.Flags Request Hits Flags Path Not Decide 5ms
Request Payload.Flags Request Omits Authorization Header 4ms
Request Payload.Token In Flags Body Matches Init 5ms
Request Payload.Groups Round Trip 4ms
Request Payload.Groups Default To Empty Object 5ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 5ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 5ms
Request Payload.Disable Geoip Omitted Defaults To False 4ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 5ms
Request Lifecycle.No Flags Request On Init Alone 2ms
Request Lifecycle.No Flags Request On Normal Capture 5ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 8ms
Request Lifecycle.Mock Response Value Is Returned To Caller 5ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 7ms

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.

2 participants