Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-integration-and-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/devex-claude-code API_KEY | CLAUDE_CODE_API_KEY;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PullRequestClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/PullRequestClosed@v2
- uses: sonarsource/gh-action-lt-backlog/PullRequestClosed@63ab0d7f819ffa1387c931e8afca5c200c481317 # v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/PullRequestCreated@v2
- uses: sonarsource/gh-action-lt-backlog/PullRequestCreated@63ab0d7f819ffa1387c931e8afca5c200c481317 # v2
with:
github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RequestReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/RequestReview@v2
- uses: sonarsource/gh-action-lt-backlog/RequestReview@63ab0d7f819ffa1387c931e8afca5c200c481317 # v2
with:
github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SubmitReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
|| github.event.review.state == 'approved')
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/SubmitReview@v2
- uses: sonarsource/gh-action-lt-backlog/SubmitReview@63ab0d7f819ffa1387c931e8afca5c200c481317 # v2
with:
github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand All @@ -428,7 +428,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand All @@ -455,7 +455,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/repox url | ARTIFACTORY_URL;
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/sonarcloud token | SONAR_TOKEN;
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/full-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Get release version
id: version
uses: SonarSource/release-github-actions/get-release-version@c0da64503d0438488fda702c33c797678143be4e # 1.9.13
uses: SonarSource/release-github-actions/get-release-version@279e14e6c7636163516a5ccb93b0e29005bbd776 # 1.9.15
with:
branch: ${{ inputs.branch }}

Expand All @@ -51,7 +51,7 @@ jobs:
name: Release
needs:
- check-draft-exists
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@c0da64503d0438488fda702c33c797678143be4e # 1.9.13
uses: SonarSource/release-github-actions/.github/workflows/ide-automated-release.yml@279e14e6c7636163516a5ccb93b0e29005bbd776 # 1.9.15
permissions:
statuses: read
id-token: write
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader username | ARTIFACTORY_USER;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/kv/data/slack token | SLACK_BOT_TOKEN;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Vault Secrets
id: secrets
uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1
uses: SonarSource/vault-action-wrapper@a7fa5fd4a4e4e0f2593f6137c0812cac196cf4ce # 3.7.0
with:
secrets: |
development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader username | ARTIFACTORY_USER;
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Get release version
id: version
uses: SonarSource/release-github-actions/get-release-version@c0da64503d0438488fda702c33c797678143be4e # 1.9.13
uses: SonarSource/release-github-actions/get-release-version@279e14e6c7636163516a5ccb93b0e29005bbd776 # 1.9.15
with:
branch: ${{ inputs.branch }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@529f38f4023781f25105e03941ca1a4806bfb27b # 7.5.0
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@68cce06d8dd558c28b4497af7c155dae91673fe1 # 7.7.0
with:
version: ${{ inputs.version }}
dryRun: ${{ inputs.dryRun }}
Expand All @@ -35,7 +35,7 @@ jobs:
id-token: write # OIDC → Vault
contents: read
steps:
- uses: SonarSource/ci-github-actions/update-release-channel@d41706a4180f70b6c0d0479795309a6c99726022 # master
- uses: SonarSource/ci-github-actions/update-release-channel@21206070b4306949454171904b8d2b4ec349b0c5 # master
with:
version: ${{ inputs.version }}
channel: stable
2 changes: 1 addition & 1 deletion .github/workflows/update-release-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id-token: write # OIDC → Vault
contents: read
steps:
- uses: SonarSource/ci-github-actions/update-release-channel@d41706a4180f70b6c0d0479795309a6c99726022 # master
- uses: SonarSource/ci-github-actions/update-release-channel@21206070b4306949454171904b8d2b4ec349b0c5 # master
with:
version: ${{ inputs.version }}
channel: ${{ inputs.channel }}
Loading