From fb6a46c8decacc0b1617019adb2635d01d25ca56 Mon Sep 17 00:00:00 2001 From: rumstead <37445536+rumstead@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:26:45 -0500 Subject: [PATCH] ci: upgrade codeql for go 1.26 support and give renovate post upgrade commands (#26446) Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> --- .github/configs/renovate-config.js | 1 + .github/workflows/renovate.yaml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/configs/renovate-config.js b/.github/configs/renovate-config.js index ae6ca2bec0..694c41ff14 100644 --- a/.github/configs/renovate-config.js +++ b/.github/configs/renovate-config.js @@ -4,6 +4,7 @@ module.exports = { autodiscover: false, allowPostUpgradeCommandTemplating: true, allowedPostUpgradeCommands: ["make mockgen"], + binarySource: 'install', extends: [ "github>argoproj/argo-cd//renovate-presets/commons.json5", "github>argoproj/argo-cd//renovate-presets/custom-managers/shell.json5", diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6fd4a5559d..c28dcdbb66 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -22,13 +22,6 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 - # Some codegen commands require Go to be setup - - name: Setup Golang - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 - with: - # renovate: datasource=golang-version packageName=golang - go-version: 1.26.0 - - name: Self-hosted Renovate uses: renovatebot/github-action@44f24283a60f64273f1294932f16ba61193cccca #46.1.0 with: