diff --git a/.github/workflows/cli-oidc-test.yml b/.github/workflows/cli-oidc-test.yml index a329848ec..efd2d76dc 100644 --- a/.github/workflows/cli-oidc-test.yml +++ b/.github/workflows/cli-oidc-test.yml @@ -4,12 +4,10 @@ on: push: branches: - master - # Triggers the workflow on labeled PRs only. pull_request_target: types: [ labeled ] - # Ensures that only the latest commit is running for each PR at a time. concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }} @@ -29,8 +27,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 with: - ref: - ${{ github.event.pull_request.head.ref || github.sha }} + ref: ${{ github.event.pull_request.head.sha }} - name: Setup JFrog CLI id: setup-jfrog-cli diff --git a/.github/workflows/manual-oidc-test.yml b/.github/workflows/manual-oidc-test.yml index 533065881..62f19d8d4 100644 --- a/.github/workflows/manual-oidc-test.yml +++ b/.github/workflows/manual-oidc-test.yml @@ -28,6 +28,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} # Generating a unique name for the Integration Configuration that will be created in the following step - name: Generate unique OIDC config name diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 6b0336ece..79d763315 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "@jfrog/setup-jfrog-cli", - "version": "4.5.6", + "version": "4.5.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 46a9da328..924e1f683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jfrog/setup-jfrog-cli", - "version": "4.5.6", + "version": "4.5.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jfrog/setup-jfrog-cli", - "version": "4.5.6", + "version": "4.5.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7c4e342e0..1dae18763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jfrog/setup-jfrog-cli", - "version": "4.5.6", + "version": "4.5.7", "private": true, "description": "Setup JFrog CLI in GitHub Actions", "main": "lib/main.js",