Skip to content

Commit b8ca5d7

Browse files
SONARJAVA-6299 Unpin SonarSource GitHub actions (#5589)
1 parent dad07e8 commit b8ca5d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
develocity-url: ${{ env.DEVELOCITY_URL }}
9393
- name: Getting Vault Secrets
9494
id: secrets
95-
uses: SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # v3.1.0
95+
uses: SonarSource/vault-action-wrapper@v3
9696
with:
9797
secrets: |
9898
development/github/token/licenses-ro token | GITHUB_TOKEN;
@@ -159,7 +159,7 @@ jobs:
159159
develocity-url: ${{ env.DEVELOCITY_URL }}
160160
- name: Getting Vault Secrets
161161
id: secrets
162-
uses: SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # v3.1.0
162+
uses: SonarSource/vault-action-wrapper@v3
163163
with:
164164
secrets: |
165165
development/github/token/licenses-ro token | GITHUB_TOKEN;

.github/workflows/dogfood.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: get secrets
2121
id: secrets
22-
uses: SonarSource/vault-action-wrapper@c154b4a417b51cb98dd71137f49bf20e77c56820 # v3.4.0
22+
uses: SonarSource/vault-action-wrapper@v3
2323
with:
2424
secrets: |
2525
development/kv/data/slack webhook | SLACK_WEBHOOK;

0 commit comments

Comments
 (0)