apache / trafficserver-ingress-controller

Apache Traffic Server Ingress Controller for Kubernetes
https://github.com/apache/trafficserver-ingress-controller
Apache License 2.0
39 stars 9 forks source link

Clean up github actions #214

Closed shukitchan closed 4 months ago

shukitchan commented 5 months ago

Update all actions to use the following

actions/checkout@v4 actions/setup-go@v5

And stop using set-output command - see https://hynek.me/til/set-output-deprecation-github-actions/

Upgrade codeql action to v3 - https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/

shukitchan commented 4 months ago

All complete except lua related jobs