From beed6ff2e94aa8b13c7e8c50b7cb642f82855e37 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 16 Dec 2024 16:19:33 -0800 Subject: [PATCH] Change codeql version used in test --- .../workflows/__go-indirect-tracing-workaround-diagnostic.yml | 2 +- .../__go-indirect-tracing-workaround-no-file-program.yml | 2 +- .github/workflows/__go-indirect-tracing-workaround.yml | 2 +- pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml | 2 +- .../checks/go-indirect-tracing-workaround-no-file-program.yml | 2 +- pr-checks/checks/go-indirect-tracing-workaround.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 1726950ad6..2f7caf34b7 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: diagnostic when Go is changed after init step' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index a1d1aa24d1..03d48d86d0 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: diagnostic when `file` is not installed' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 9f7e06e59e..b5924bca17 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.14.6 + version: default name: 'Go: workaround for indirect tracing' permissions: contents: read diff --git a/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml b/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml index 39966b52cd..0638262bfe 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml @@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if Go is changed after the init s # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: diff --git a/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml b/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml index 8f90bbde57..e7e6ee9a0a 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml @@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if the `file` program is not inst # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: diff --git a/pr-checks/checks/go-indirect-tracing-workaround.yml b/pr-checks/checks/go-indirect-tracing-workaround.yml index 14dfb39985..fff42da97a 100644 --- a/pr-checks/checks/go-indirect-tracing-workaround.yml +++ b/pr-checks/checks/go-indirect-tracing-workaround.yml @@ -3,7 +3,7 @@ description: "Checks that our workaround for indirect tracing for Go 1.21+ on Li # only Linux is affected operatingSystems: ["ubuntu"] # pinned to a version which does not support statically linked binaries for indirect tracing -versions: ["stable-v2.14.6"] +versions: ["default"] steps: - uses: actions/setup-go@v5 with: