ci: move at the speed of light (deprecate github actions runners) (#23701)

This commit is contained in:
Zygimantas
2025-02-13 19:56:52 +00:00
committed by GitHub
parent d2b7f56627
commit a01cb3ba66
30 changed files with 102 additions and 107 deletions
+1 -6
View File
@@ -18,7 +18,7 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04-4
permissions:
actions: read
contents: read
@@ -38,11 +38,6 @@ jobs:
languages: "go"
config-file: ./.github/codeql/config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild