Skip to content

Commit 6ff7f79

Browse files
committed
CR
1 parent 2162642 commit 6ff7f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To use OIDC with JFrog, establish a trust relationship between {% data variables
5656

5757
In your {% data variables.product.prodname_actions %} workflow file, ensure you are using the provider name and audience you configured in the JFrog Platform.
5858

59-
The following example uses the placeholders YOUR_PROVIDER_NAME and YOUR_AUDIENCE.
59+
The following example uses the placeholders `YOUR_PROVIDER_NAME` and `YOUR_AUDIENCE`.
6060

6161
```yaml
6262
permissions:
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- name: Setup JFrog CLI with OIDC
7171
id: setup-jfrog-cli
72-
uses: jfrog/setup-jfrog-cli@v4
72+
uses: jfrog/setup-jfrog-cli@29fa5190a4123350e81e2a2e8d803b2a27fed15e
7373
with:
7474
JF_URL: ${{ env.JF_URL }}
7575
oidc-provider-name: 'YOUR_PROVIDER_NAME'

0 commit comments

Comments
 (0)