Skip to content

Commit

Permalink
Bump SonarSource/vault-action-wrapper from 2.4.3.pre.1 to 3
Browse files Browse the repository at this point in the history
Bumps [SonarSource/vault-action-wrapper](https://github.com/sonarsource/vault-action-wrapper) from 2.4.3.pre.1 to 3.
- [Release notes](https://github.com/sonarsource/vault-action-wrapper/releases)
- [Commits](SonarSource/vault-action-wrapper@2.4.3-1...v3)

---
updated-dependencies:
- dependency-name: SonarSource/vault-action-wrapper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 2508462 commit 2750347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LabelIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
&& startsWith(github.event.label.name, 'Type:')
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@2.5.0-4
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-kanban token | kanban_token;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ToggleLockBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id-token: write
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@2.4.3-1
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-lock token | lock_token;
Expand Down

0 comments on commit 2750347

Please sign in to comment.