Skip to content

chore(deps): update actions/checkout action to v7#1089

Merged
Wikid82 merged 4 commits into
developmentfrom
renovate/actions-checkout-7.x
Jun 20, 2026
Merged

chore(deps): update actions/checkout action to v7#1089
Wikid82 merged 4 commits into
developmentfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6.0.3v7.0.0
actions/checkout action major v6v7

Warning

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


Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@github-advanced-security

Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
frontend/src/context/AuthContext.tsx 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@renovate

renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

✅ Supply Chain Verification Results

PASSED

📦 SBOM Summary

  • Components: 1485

🔍 Vulnerability Scan

Severity Count
🔴 Critical 0
🟠 High 0
🟡 Medium 12
🟢 Low 3
Total 15

📎 Artifacts

  • SBOM (CycloneDX JSON) and Grype results available in workflow artifacts

Generated by Supply Chain Verification workflow • View Details

Wikid82 and others added 2 commits June 20, 2026 00:39
…te clears on logout

The logout() function in AuthContext was clearing React/localStorage state
before the backend POST /auth/logout completed. Because the onClick handler
never awaits the returned Promise, React redirected to /login (and Playwright's
waitForURL resolved) while the session_version increment and cookie-clearing
were still in-flight. Any immediate check against /api/v1/auth/me would receive
200 via the still-valid auth_token cookie (Firefox accepts Secure cookies on
http://127.0.0.1), causing the E2E "Session isolation after logout and re-login"
test to fail consistently.

Fix: call the backend first (cookie still authenticates it), then clear local
state in a finally block so local and server-side state are always consistent.

Also fix a flaky Playwright test ("User cannot promote self to admin") where
page.goto('/users') raced with Login.tsx's pending invalidateQueries→navigate('/')
chain. Adding waitForURL+waitForLoadingComplete after loginWithCredentials
ensures the app settles on the dashboard before navigating.
@Wikid82 Wikid82 merged commit e159d58 into development Jun 20, 2026
40 of 41 checks passed
@github-actions github-actions Bot deleted the renovate/actions-checkout-7.x branch June 21, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants