From 90ee0db4770e003aff6e215c2f879471e103c48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:25:36 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/accessTests.yml | 2 +- .github/workflows/addReleaseLinks.yml | 2 +- .github/workflows/analysis.yml | 10 +++++----- .github/workflows/artifactoryTests.yml | 2 +- .github/workflows/conanTests.yml | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/distributionTests.yml | 2 +- .github/workflows/dockerTests.yml | 2 +- .github/workflows/evidenceTests.yml | 2 +- .github/workflows/goTests.yml | 2 +- .github/workflows/gradleTests.yml | 2 +- .github/workflows/helmTests.yml | 2 +- .github/workflows/lifecycleTests.yml | 2 +- .github/workflows/mavenTests.yml | 2 +- .github/workflows/npmTests.yml | 4 ++-- .github/workflows/nugetTests.yml | 2 +- .github/workflows/oidcTests.yml | 2 +- .github/workflows/pluginsTests.yml | 2 +- .github/workflows/podmanTests.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/prepareDarwinBinariesForRelease.yml | 4 ++-- .github/workflows/pythonTests.yml | 2 +- .github/workflows/scriptTests.yml | 2 +- .github/workflows/transferTests.yml | 4 ++-- .github/workflows/update-jf-dependencies.yml | 2 +- 25 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/accessTests.yml b/.github/workflows/accessTests.yml index 03d5309bd..ae79b45f4 100644 --- a/.github/workflows/accessTests.yml +++ b/.github/workflows/accessTests.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/addReleaseLinks.yml b/.github/workflows/addReleaseLinks.yml index fa44d852a..9d324b72d 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@v5 + uses: actions/checkout@v6 - name: Create markdown download links run: | diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index e664f3663..1bfc32610 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@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/artifactoryTests.yml b/.github/workflows/artifactoryTests.yml index 21ac7c399..96bd2e8b1 100644 --- a/.github/workflows/artifactoryTests.yml +++ b/.github/workflows/artifactoryTests.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/conanTests.yml b/.github/workflows/conanTests.yml index d63dd1d61..4fb3d3cb0 100644 --- a/.github/workflows/conanTests.yml +++ b/.github/workflows/conanTests.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 5ae7a4627..b972d8243 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@v5 + uses: actions/checkout@v6 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 04b2b73c0..4370736e4 100644 --- a/.github/workflows/distributionTests.yml +++ b/.github/workflows/distributionTests.yml @@ -28,7 +28,7 @@ jobs: uses: jfrog/.github/actions/install-go-with-cache@main - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/dockerTests.yml b/.github/workflows/dockerTests.yml index 28ff6a34d..857557d84 100644 --- a/.github/workflows/dockerTests.yml +++ b/.github/workflows/dockerTests.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/evidenceTests.yml b/.github/workflows/evidenceTests.yml index f4b618fe8..96c364ab7 100644 --- a/.github/workflows/evidenceTests.yml +++ b/.github/workflows/evidenceTests.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/goTests.yml b/.github/workflows/goTests.yml index c1bd9e2d7..9a3d267bd 100644 --- a/.github/workflows/goTests.yml +++ b/.github/workflows/goTests.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/gradleTests.yml b/.github/workflows/gradleTests.yml index 37db03a31..1f48d46dc 100644 --- a/.github/workflows/gradleTests.yml +++ b/.github/workflows/gradleTests.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/helmTests.yml b/.github/workflows/helmTests.yml index 008074c8e..331092ebf 100644 --- a/.github/workflows/helmTests.yml +++ b/.github/workflows/helmTests.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/lifecycleTests.yml b/.github/workflows/lifecycleTests.yml index ce5c417a9..8a45a4d76 100644 --- a/.github/workflows/lifecycleTests.yml +++ b/.github/workflows/lifecycleTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/mavenTests.yml b/.github/workflows/mavenTests.yml index 58abc5628..07a0e4ec8 100644 --- a/.github/workflows/mavenTests.yml +++ b/.github/workflows/mavenTests.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/npmTests.yml b/.github/workflows/npmTests.yml index 170dfd759..2bda25bd5 100644 --- a/.github/workflows/npmTests.yml +++ b/.github/workflows/npmTests.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -51,7 +51,7 @@ jobs: - name: Install npm if: matrix.os.name != 'macos' - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "16" diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index dc704be77..38bbfc752 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/oidcTests.yml b/.github/workflows/oidcTests.yml index 3e0977da9..8dd1710b3 100644 --- a/.github/workflows/oidcTests.yml +++ b/.github/workflows/oidcTests.yml @@ -44,7 +44,7 @@ jobs: uses: jfrog/.github/actions/install-go-with-cache@main - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/pluginsTests.yml b/.github/workflows/pluginsTests.yml index a609f3790..e04c57c7f 100644 --- a/.github/workflows/pluginsTests.yml +++ b/.github/workflows/pluginsTests.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/podmanTests.yml b/.github/workflows/podmanTests.yml index c51148ba4..6c9973f67 100644 --- a/.github/workflows/podmanTests.yml +++ b/.github/workflows/podmanTests.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 7b3943c2e..5ea05cffb 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@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.ref }} diff --git a/.github/workflows/prepareDarwinBinariesForRelease.yml b/.github/workflows/prepareDarwinBinariesForRelease.yml index 5d351d0eb..27f204ae9 100644 --- a/.github/workflows/prepareDarwinBinariesForRelease.yml +++ b/.github/workflows/prepareDarwinBinariesForRelease.yml @@ -28,7 +28,7 @@ jobs: cache: false - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: master @@ -51,7 +51,7 @@ jobs: run: ./build/apple_release/scripts/darwin-sign-and-notarize.sh - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ env.binaryFileName }}-darwin-v${{ env.releaseVersion }}-${{ matrix.goarch }} path: ./${{ env.binaryFileName }} diff --git a/.github/workflows/pythonTests.yml b/.github/workflows/pythonTests.yml index ac635e67c..b9b1d2689 100644 --- a/.github/workflows/pythonTests.yml +++ b/.github/workflows/pythonTests.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout code if: matrix.os.name != 'macos' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/scriptTests.yml b/.github/workflows/scriptTests.yml index 7b6fec301..d5bb0d832 100644 --- a/.github/workflows/scriptTests.yml +++ b/.github/workflows/scriptTests.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} diff --git a/.github/workflows/transferTests.yml b/.github/workflows/transferTests.yml index 84a7d31a3..0cec6d211 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@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 7c74584bf..afdc80680 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@v5 + uses: actions/checkout@v6 with: ref: master token: ${{ secrets.GITHUB_TOKEN }}