Not sure if this is a temporary thing. But Github Action seems to a problem downloading files from graalvm.org. I can download the file in the browser:
Adding graalvm-ce-java17-linux 22.1.0 to tool-cache ...
/opt/hostedtoolcache/graalvm-ce-java17-linux/22.1.0/x64/graalvm-ce-java17-22.1.0/bin/gu --non-interactive install --no-progress native-image
Downloading: Component catalog from www.graalvm.org
Error: Error downloading component catalog from https://www.graalvm.org/component-catalog/v2/graal-updater-component-catalog-java17.properties: Connection reset.
Please check your connection and proxy settings. If your machine is behind a proxy, you must set your environment variables (http_proxy, https_proxy, ...) appropriately.
Error: The process '/opt/hostedtoolcache/graalvm-ce-java17-linux/22.1.0/x64/graalvm-ce-java17-22.1.0/bin/gu' failed with exit code 3
This appears to be a temporary thing. Could you please restart your builds? graalvm.org is hosted on GitHub pages to reduce network connectivity issues.
Not sure if this is a temporary thing. But Github Action seems to a problem downloading files from graalvm.org. I can download the file in the browser: