Skip to content
Merged
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/orchestrator-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
mkdir -p "${{ github.workspace }}/orchestrator"

- name: Restore and save orchestrator cache
uses: SonarSource/gh-action_cache@v1.4.4
uses: SonarSource/gh-action_cache@v1
with:
path: ${{ env.ORCHESTRATOR_HOME }}
key: ${{ inputs.key-prefix }}-${{ env.ORCHESTRATOR_CACHE_MONTH }}-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/kv/data/jira user | JIRA_USER;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
&& github.event.pull_request.user.login != 'renovate[bot]'
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RequestReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ShadowScans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rustup target add x86_64-unknown-linux-musl
cargo install cargo-llvm-cov cargo-about
- name: SQC shadow scans
uses: SonarSource/ci-github-actions/build-gradle@1.3.34
uses: SonarSource/ci-github-actions/build-gradle@v1
with:
deploy: false
deploy-pull-request: false
Expand All @@ -52,7 +52,7 @@ jobs:
contents: write
steps:
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@1.0.0
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: "SonarSource_sonar-rust"
primary_platform: "Next" # Platform of the primary platform (Next, SQC-EU, SQC-US)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SubmitReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
|| github.event.review.state == 'approved')
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/kv/data/jira user | JIRA_USER;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
jobs:
release:
name: Release
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@1.5.4
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1
permissions:
statuses: read
id-token: write
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# see https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/4412309510/MacOS+Runners+-+GitHub
- name: Setup Cloudflare WARP
uses: SonarSource/gh-action_setup-cloudflare-warp@v1.0.7
uses: SonarSource/gh-action_setup-cloudflare-warp@v1
id: warp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
rustup component add llvm-tools rustfmt clippy
rustup target add x86_64-unknown-linux-musl
cargo install cargo-llvm-cov cargo-about
- uses: SonarSource/ci-github-actions/build-gradle@1.3.34
- uses: SonarSource/ci-github-actions/build-gradle@v1
with:
deploy: false
deploy-pull-request: false
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
with:
name: analyzer-x86_64-pc-windows-gnu
path: analyzer/target/x86_64-pc-windows-gnu/release/
- uses: SonarSource/ci-github-actions/build-gradle@1.3.34
- uses: SonarSource/ci-github-actions/build-gradle@v1
with:
deploy-pull-request: true
gradle-args: "-PskipAnalyzerBuild --info --stacktrace"
Expand All @@ -226,11 +226,11 @@ jobs:
version: 2025.7.12
- name: Vault
id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/licenses-ro token | GITHUB_TOKEN;
- uses: SonarSource/ci-github-actions/config-gradle@1.3.34
- uses: SonarSource/ci-github-actions/config-gradle@v1
- name: Run E2E tests
env:
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
Expand All @@ -256,7 +256,7 @@ jobs:
version: 2025.7.12
- name: Vault
id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/licenses-ro token | GITHUB_TOKEN;
Expand All @@ -266,7 +266,7 @@ jobs:
./rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable --profile minimal
$env:PATH += ";$env:USERPROFILE\.cargo\bin"
rustup component add clippy
- uses: SonarSource/ci-github-actions/config-gradle@1.3.34
- uses: SonarSource/ci-github-actions/config-gradle@v1
- name: Run E2E tests
shell: bash
env:
Expand Down Expand Up @@ -300,11 +300,11 @@ jobs:
version: 2025.7.12
- name: Vault
id: secrets
uses: SonarSource/vault-action-wrapper@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/licenses-ro token | GITHUB_TOKEN;
- uses: SonarSource/ci-github-actions/config-gradle@1.3.34
- uses: SonarSource/ci-github-actions/config-gradle@v1
- name: Run E2E tests in ARM64 container
shell: bash
env:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
runs-on: github-ubuntu-latest-s
steps:
# https://github.com/SonarSource/release-github-actions/tree/master/notify-slack
- uses: SonarSource/release-github-actions/notify-slack@1.5.4
- uses: SonarSource/release-github-actions/notify-slack@v1
with:
project-name: "Sonar-Rust"
icon: ":cyber-radish:"
Expand All @@ -353,6 +353,6 @@ jobs:
permissions:
id-token: write
steps:
- uses: SonarSource/ci-github-actions/promote@1.3.34
- uses: SonarSource/ci-github-actions/promote@v1
with:
promote-pull-request: true
2 changes: 1 addition & 1 deletion .github/workflows/lock-branch.yaml
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@3.4.0
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-lock token | lock_token;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
permissions:
actions: write
steps:
- uses: SonarSource/ci-github-actions/pr_cleanup@1.3.34
- uses: SonarSource/ci-github-actions/pr_cleanup@v1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@6.8.0
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
with:
publishToBinaries: true
mavenCentralSync: true
Expand Down
Loading