diff --git a/.github/workflows/accessTests.yml b/.github/workflows/accessTests.yml index d7bad4c3f..38c1b456f 100644 --- a/.github/workflows/accessTests.yml +++ b/.github/workflows/accessTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/addReleaseLinks.yml b/.github/workflows/addReleaseLinks.yml index df7bc6181..a855afa05 100644 --- a/.github/workflows/addReleaseLinks.yml +++ b/.github/workflows/addReleaseLinks.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create markdown download links run: | diff --git a/.github/workflows/agentPluginsTests.yml b/.github/workflows/agentPluginsTests.yml index a331917a7..eca45c8af 100644 --- a/.github/workflows/agentPluginsTests.yml +++ b/.github/workflows/agentPluginsTests.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 1c4ae6ff2..9a25afe2f 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/artifactoryTests.yml b/.github/workflows/artifactoryTests.yml index b562ffa23..a77e11372 100644 --- a/.github/workflows/artifactoryTests.yml +++ b/.github/workflows/artifactoryTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/conanTests.yml b/.github/workflows/conanTests.yml index 2c4c0bf55..e4f0d7328 100644 --- a/.github/workflows/conanTests.yml +++ b/.github/workflows/conanTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 2a85a833b..4a7926635 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'jfrog/jfrog-cli' steps: - name: Checkout PR code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/distributionTests.yml b/.github/workflows/distributionTests.yml index 52d4bd059..999b2aba2 100644 --- a/.github/workflows/distributionTests.yml +++ b/.github/workflows/distributionTests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/dockerTests.yml b/.github/workflows/dockerTests.yml index b3a76d4a2..821c39861 100644 --- a/.github/workflows/dockerTests.yml +++ b/.github/workflows/dockerTests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/evidenceTests.yml b/.github/workflows/evidenceTests.yml index c694a4f25..c8f421224 100644 --- a/.github/workflows/evidenceTests.yml +++ b/.github/workflows/evidenceTests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index ba415b946..8edc0cb6d 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/ghostFrogTests.yml b/.github/workflows/ghostFrogTests.yml index a00a6362e..486843099 100644 --- a/.github/workflows/ghostFrogTests.yml +++ b/.github/workflows/ghostFrogTests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/goTests.yml b/.github/workflows/goTests.yml index 356adc90c..049aa81af 100644 --- a/.github/workflows/goTests.yml +++ b/.github/workflows/goTests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/gradleTests.yml b/.github/workflows/gradleTests.yml index 60abff632..458d49129 100644 --- a/.github/workflows/gradleTests.yml +++ b/.github/workflows/gradleTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/helmTests.yml b/.github/workflows/helmTests.yml index 9b4ad2234..43c093363 100644 --- a/.github/workflows/helmTests.yml +++ b/.github/workflows/helmTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/huggingfaceTests.yml b/.github/workflows/huggingfaceTests.yml index 55b21a0ac..c3ac4c056 100644 --- a/.github/workflows/huggingfaceTests.yml +++ b/.github/workflows/huggingfaceTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/lifecycleTests.yml b/.github/workflows/lifecycleTests.yml index db938ed13..a9f9c0dce 100644 --- a/.github/workflows/lifecycleTests.yml +++ b/.github/workflows/lifecycleTests.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/mavenTests.yml b/.github/workflows/mavenTests.yml index a061feff6..0492219df 100644 --- a/.github/workflows/mavenTests.yml +++ b/.github/workflows/mavenTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/nixTests.yml b/.github/workflows/nixTests.yml index a01fda073..2795623e8 100644 --- a/.github/workflows/nixTests.yml +++ b/.github/workflows/nixTests.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/npmTests.yml b/.github/workflows/npmTests.yml index 3cc787b51..22f04c443 100644 --- a/.github/workflows/npmTests.yml +++ b/.github/workflows/npmTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 6eb3989e3..597276285 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/oidcTests.yml b/.github/workflows/oidcTests.yml index 04d9d6034..9747297f5 100644 --- a/.github/workflows/oidcTests.yml +++ b/.github/workflows/oidcTests.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/pluginsTests.yml b/.github/workflows/pluginsTests.yml index ce91fbe3d..06a5bacb6 100644 --- a/.github/workflows/pluginsTests.yml +++ b/.github/workflows/pluginsTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/pnpmTests.yml b/.github/workflows/pnpmTests.yml index 15dd32dd8..252b5647d 100644 --- a/.github/workflows/pnpmTests.yml +++ b/.github/workflows/pnpmTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/podmanTests.yml b/.github/workflows/podmanTests.yml index 1375576f8..b5d1d3b46 100644 --- a/.github/workflows/podmanTests.yml +++ b/.github/workflows/podmanTests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/poetryTests.yml b/.github/workflows/poetryTests.yml index 0ac609a9a..58fb497ee 100644 --- a/.github/workflows/poetryTests.yml +++ b/.github/workflows/poetryTests.yml @@ -45,7 +45,7 @@ jobs: # pull_request_target events (including PRs from forks). - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 5ea05cffb..372b86ad7 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.ref }} diff --git a/.github/workflows/prepareDarwinBinariesForRelease.yml b/.github/workflows/prepareDarwinBinariesForRelease.yml index 82836e159..cdc5f51f7 100644 --- a/.github/workflows/prepareDarwinBinariesForRelease.yml +++ b/.github/workflows/prepareDarwinBinariesForRelease.yml @@ -28,7 +28,7 @@ jobs: cache: false - name: Checkout Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master diff --git a/.github/workflows/pythonTests.yml b/.github/workflows/pythonTests.yml index eab027e9c..dd99cbfc6 100644 --- a/.github/workflows/pythonTests.yml +++ b/.github/workflows/pythonTests.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/release-notes-aggregator.yml b/.github/workflows/release-notes-aggregator.yml index 037e5563e..ec795516c 100644 --- a/.github/workflows/release-notes-aggregator.yml +++ b/.github/workflows/release-notes-aggregator.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/scriptTests.yml b/.github/workflows/scriptTests.yml index 5970488e3..a9d025217 100644 --- a/.github/workflows/scriptTests.yml +++ b/.github/workflows/scriptTests.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/transferTests.yml b/.github/workflows/transferTests.yml index 6594a0fc9..50d39b226 100644 --- a/.github/workflows/transferTests.yml +++ b/.github/workflows/transferTests.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/update-jf-dependencies.yml b/.github/workflows/update-jf-dependencies.yml index afdc80680..396bf1b45 100644 --- a/.github/workflows/update-jf-dependencies.yml +++ b/.github/workflows/update-jf-dependencies.yml @@ -17,7 +17,7 @@ jobs: run: echo "timestamp=$(date +%Y%m%d%H%M%S)" >> $GITHUB_OUTPUT - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/uvTests.yml b/.github/workflows/uvTests.yml index b2511352d..5fe6753e0 100644 --- a/.github/workflows/uvTests.yml +++ b/.github/workflows/uvTests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }}