Skip to content

build: update GitHub Actions to latest major versions#95

Open
kikoso wants to merge 3 commits into
mainfrom
build/update-actions
Open

build: update GitHub Actions to latest major versions#95
kikoso wants to merge 3 commits into
mainfrom
build/update-actions

Conversation

@kikoso
Copy link
Copy Markdown
Collaborator

@kikoso kikoso commented May 12, 2026

Summary

This PR updates all GitHub Action workflows to their latest stable major versions and fixes several path inconsistencies.

Upgrades

  • actions/checkout: v4 -> v6
  • actions/setup-java: v4.7.1 -> v5 (migrated distribution from adopt to temurin)
  • gradle/actions/setup-gradle: v5 -> v6
  • actions/upload-artifact: v4 -> v7
  • madrapps/jacoco-report: v1.7.1 -> v1.7.2

Path Fixes

  • Corrected SARIF file paths in lint-report.yml from lint-results-debug.sarif to lint-results.sarif.
  • Fixed artifact upload path in test.yml by removing the non-existent app/ directory and adding correct paths for places-compose and places-compose-demo modules.
  • Updated JaCoCo XML path in test.yml to match standard Gradle output: places-compose/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml.

@kikoso kikoso marked this pull request as ready for review May 12, 2026 04:25
@kikoso kikoso requested a review from a team as a code owner May 12, 2026 04:25
@googlemaps-bot
Copy link
Copy Markdown
Contributor

googlemaps-bot commented May 12, 2026

Code Coverage

Overall Project 0%

There is no coverage information present for the Files changed

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.

3 participants