diff --git a/.cirrus.star b/.cirrus.star index f87fcc61..c65db532 100644 --- a/.cirrus.star +++ b/.cirrus.star @@ -1,4 +1,4 @@ -load("github.com/SonarSource/cirrus-modules@v2", "load_features") +load("github.com/SonarSource/cirrus-modules@v3", "load_features") load("cirrus", "env", "fs", "yaml") def main(ctx): diff --git a/.github/workflows/next-scan.yml b/.github/workflows/next-scan.yml index 1570b7c2..a1976182 100644 --- a/.github/workflows/next-scan.yml +++ b/.github/workflows/next-scan.yml @@ -21,7 +21,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - id: secrets - uses: SonarSource/vault-action-wrapper@2.4.3-1 + uses: SonarSource/vault-action-wrapper@3.0.0 with: secrets: | development/kv/data/next token | sq_next_token; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35bf38f2..88632c29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - id: secrets - uses: SonarSource/vault-action-wrapper@2.4.3-1 + uses: SonarSource/vault-action-wrapper@3.0.0 with: secrets: | development/kv/data/sign key | gpg_key;