Skip to content

Commit ef0e0ed

Browse files
authored
Promote version to v4.5.7 (jfrog#261)
1 parent 8c40c25 commit ef0e0ed

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/cli-oidc-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches:
66
- master
7-
87
# Triggers the workflow on labeled PRs only.
98
pull_request_target:
109
types: [ labeled ]
1110

12-
1311
# Ensures that only the latest commit is running for each PR at a time.
1412
concurrency:
1513
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
@@ -29,8 +27,7 @@ jobs:
2927
- name: Checkout Repository
3028
uses: actions/checkout@v4
3129
with:
32-
ref:
33-
${{ github.event.pull_request.head.ref || github.sha }}
30+
ref: ${{ github.event.pull_request.head.sha }}
3431

3532
- name: Setup JFrog CLI
3633
id: setup-jfrog-cli

.github/workflows/manual-oidc-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v4
31+
with:
32+
ref: ${{ github.event.pull_request.head.sha }}
3133

3234
# Generating a unique name for the Integration Configuration that will be created in the following step
3335
- name: Generate unique OIDC config name

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jfrog/setup-jfrog-cli",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"private": true,
55
"description": "Setup JFrog CLI in GitHub Actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)