On Tue, 30 Jun 2026 15:23:05 GMT, Kevin Rushforth <[email protected]> wrote:
>> .github/workflows/submit.yml line 62: >> >>> 60: steps: >>> 61: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 >>> # v7.0.0 >>> 62: - uses: >>> gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917 >>> # v6 >> >> This isn't the right hash for the tagged action. Rather it is the current >> HEAD commit of master. I see that jtreg bumped the `wrapper-validation` >> version to >> [6.2.0](https://github.com/openjdk/jtreg/commit/9e7a711647217aa828af4fe881486405136abdbf#diff-3acb0e7569fe716eba818b083b47feb279a0290085f9655e946f21c54d8a947dR14). >> We should do the same. That version is listed as the latest >> [here](https://github.com/gradle/actions/releases/latest). >> >> Make sure that you use a tagged commit. > >> Rather it is the current HEAD commit of master > > Actually, it isn't even that, but in any case, use the tagged version. You > can copy the one from jtreg if it's easier. Corrected both the SHAs I did not pick from the tags, but looked for commits that updated the version. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2199#discussion_r3500617989
