From b14abda72ee6aafbf49e42a1ae8a22d77768f021 Mon Sep 17 00:00:00 2001 From: Kanishk Gupta Date: Fri, 27 Feb 2026 15:35:53 +0530 Subject: [PATCH 1/5] Update distributionTests.yml --- .github/workflows/distributionTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/distributionTests.yml b/.github/workflows/distributionTests.yml index 04b2b73c0..7b4ddd309 100644 --- a/.github/workflows/distributionTests.yml +++ b/.github/workflows/distributionTests.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: go.mod - name: Checkout code uses: actions/checkout@v5 From 4740608c97807893fbcedd577b14571d0247039e Mon Sep 17 00:00:00 2001 From: Kanishk Gupta Date: Fri, 27 Feb 2026 15:36:16 +0530 Subject: [PATCH 2/5] Update oidcTests.yml --- .github/workflows/oidcTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/oidcTests.yml b/.github/workflows/oidcTests.yml index 3e0977da9..b3f6dc439 100644 --- a/.github/workflows/oidcTests.yml +++ b/.github/workflows/oidcTests.yml @@ -42,6 +42,8 @@ jobs: steps: - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: go.mod - name: Checkout the repository uses: actions/checkout@v5 From 822c3675130a353bad8eafe9be9d482a37717ead Mon Sep 17 00:00:00 2001 From: Kanishk Gupta Date: Fri, 27 Feb 2026 15:40:24 +0530 Subject: [PATCH 3/5] Update distributionTests.yml --- .github/workflows/distributionTests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/distributionTests.yml b/.github/workflows/distributionTests.yml index 7b4ddd309..a9713d1a6 100644 --- a/.github/workflows/distributionTests.yml +++ b/.github/workflows/distributionTests.yml @@ -24,15 +24,15 @@ jobs: os: [ubuntu, windows, macos] runs-on: ${{ matrix.os }}-latest steps: - - name: Setup Go with cache - uses: jfrog/.github/actions/install-go-with-cache@main - with: - go-version-file: go.mod - - name: Checkout code uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} + + - name: Setup Go with cache + uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: go.mod - name: Setup FastCI uses: jfrog-fastci/fastci@v0 From d2507a4c794cf4c7e1ffbad6d2f7874d5dc29e8c Mon Sep 17 00:00:00 2001 From: Kanishk Gupta Date: Fri, 27 Feb 2026 15:43:35 +0530 Subject: [PATCH 4/5] Update oidcTests.yml --- .github/workflows/oidcTests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/oidcTests.yml b/.github/workflows/oidcTests.yml index b3f6dc439..64bbb5ab4 100644 --- a/.github/workflows/oidcTests.yml +++ b/.github/workflows/oidcTests.yml @@ -40,15 +40,15 @@ jobs: name: OIDC tests (${{ matrix.os.name }}) runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - - name: Setup Go with cache - uses: jfrog/.github/actions/install-go-with-cache@main - with: - go-version-file: go.mod - - name: Checkout the repository uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} + + - name: Setup Go with cache + uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: go.mod - name: Setup FastCI uses: jfrog-fastci/fastci@v0 From e48828001e065ccf094c996241139b02e0b323f1 Mon Sep 17 00:00:00 2001 From: Kanishk Gupta Date: Fri, 27 Feb 2026 15:51:30 +0530 Subject: [PATCH 5/5] Update frogbot-scan-pull-request.yml --- .github/workflows/frogbot-scan-pull-request.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index 0200f903b..a5439f85b 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -12,8 +12,15 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: + - name: Checkout the repository + uses: actions/checkout@v5 + with: + ref: ${{ github.event.pull_request.head.sha || github.ref }} + - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: go.mod - uses: jfrog/frogbot@v2 env: