From d0c7f5164910fb0a07b56b02c26239f2c1488096 Mon Sep 17 00:00:00 2001 From: hedinasr Date: Tue, 5 Aug 2025 08:27:48 +0200 Subject: [PATCH 1/5] BUILD-8678: update README.md and fix typos --- README.md | 10 ++++------ build-gradle/action.yml | 1 - build-maven/action.yml | 1 - build-npm/action.yml | 1 - build-poetry/action.yml | 1 - build-yarn/action.yml | 1 - promote/action.yml | 2 ++ 7 files changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ce468f75..74eb0c85 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ jobs: contents: write steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: SonarSource/ci-github-actions/get-build-number@v1 - uses: SonarSource/ci-github-actions/build-maven@v1 ``` @@ -154,7 +153,7 @@ jobs: id-token: write contents: write steps: - - uses: SonarSource/ci-github-actions/get-build-number@v1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: SonarSource/ci-github-actions/build-poetry@v1 with: public: false # Defaults to `true` if the repository is public @@ -206,7 +205,7 @@ jobs: id-token: write contents: write steps: - - uses: SonarSource/ci-github-actions/get-build-number@v1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: SonarSource/ci-github-actions/build-gradle@v1 with: public: false # Defaults to `true` if the repository is public @@ -301,7 +300,7 @@ jobs: id-token: write contents: write steps: - - uses: SonarSource/ci-github-actions/get-build-number@v1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: SonarSource/ci-github-actions/build-npm@v1 with: artifactory-deploy-repo: "" # Artifactory repository name @@ -385,7 +384,6 @@ No pre-installed tool is required. id-token: write contents: write steps: - - uses: SonarSource/ci-github-actions/get-build-number@v1 - uses: SonarSource/ci-github-actions/promote@v1 ``` @@ -469,7 +467,7 @@ jobs: id-token: write contents: write steps: - - uses: SonarSource/ci-github-actions/get-build-number@v1 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: SonarSource/ci-github-actions/build-yarn@v1 with: public: false # Defaults to `true` if the repository is public diff --git a/build-gradle/action.yml b/build-gradle/action.yml index 56f46bcc..ba70e91d 100644 --- a/build-gradle/action.yml +++ b/build-gradle/action.yml @@ -49,7 +49,6 @@ runs: steps: - name: Get build number uses: SonarSource/ci-github-actions/get-build-number@master - id: build-number - name: Set build parameters shell: bash env: diff --git a/build-maven/action.yml b/build-maven/action.yml index a251856a..c3d246fe 100644 --- a/build-maven/action.yml +++ b/build-maven/action.yml @@ -44,7 +44,6 @@ runs: steps: - name: Get build number uses: SonarSource/ci-github-actions/get-build-number@master - id: build-number - name: Set build parameters shell: bash env: diff --git a/build-npm/action.yml b/build-npm/action.yml index 8199e3a5..a95d11d8 100644 --- a/build-npm/action.yml +++ b/build-npm/action.yml @@ -49,7 +49,6 @@ runs: steps: - name: Get build number uses: SonarSource/ci-github-actions/get-build-number@master - id: build-number - name: Set build parameters shell: bash env: diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 81dd7cc6..53e996ed 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -35,7 +35,6 @@ runs: steps: - name: Get build number uses: SonarSource/ci-github-actions/get-build-number@master - id: build-number - name: Set build parameters shell: bash env: diff --git a/build-yarn/action.yml b/build-yarn/action.yml index b4520688..0ea1bbc1 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -45,7 +45,6 @@ runs: steps: - name: Get build number uses: SonarSource/ci-github-actions/get-build-number@master - id: build-number - name: Set build parameters shell: bash env: diff --git a/promote/action.yml b/promote/action.yml index 623d453e..a31e7bba 100644 --- a/promote/action.yml +++ b/promote/action.yml @@ -15,6 +15,8 @@ inputs: runs: using: composite steps: + - name: Get build number + uses: SonarSource/ci-github-actions/get-build-number@master - name: Set build parameters if: ${{ inputs.promote-pull-request == 'true' }} shell: bash From 2ff527c6a764bf249248d1fb65d507fa8c00d710 Mon Sep 17 00:00:00 2001 From: Hedi Nasr Date: Tue, 5 Aug 2025 09:01:16 +0200 Subject: [PATCH 2/5] Update README.md Co-authored-by: mikolaj-matuszny-ext-sonarsource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74eb0c85..eacd77f9 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: SonarSource/ci-github-actions/build-yarn@v1 with: public: false # Defaults to `true` if the repository is public From 90412d0fba1c5e038cd3855537663b17671342ae Mon Sep 17 00:00:00 2001 From: Hedi Nasr Date: Tue, 5 Aug 2025 09:01:23 +0200 Subject: [PATCH 3/5] Update README.md Co-authored-by: mikolaj-matuszny-ext-sonarsource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eacd77f9..0526c448 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: SonarSource/ci-github-actions/build-npm@v1 with: artifactory-deploy-repo: "" # Artifactory repository name From 924d310a74b2edd50fb0c3011b3c821a6673fc9f Mon Sep 17 00:00:00 2001 From: Hedi Nasr Date: Tue, 5 Aug 2025 09:01:29 +0200 Subject: [PATCH 4/5] Update README.md Co-authored-by: mikolaj-matuszny-ext-sonarsource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0526c448..6ee41420 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: SonarSource/ci-github-actions/build-gradle@v1 with: public: false # Defaults to `true` if the repository is public From a3709dcae30ac374debcea49f52d0c84ea8518b5 Mon Sep 17 00:00:00 2001 From: Hedi Nasr Date: Tue, 5 Aug 2025 09:01:34 +0200 Subject: [PATCH 5/5] Update README.md Co-authored-by: mikolaj-matuszny-ext-sonarsource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee41420..b22c480a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: SonarSource/ci-github-actions/build-poetry@v1 with: public: false # Defaults to `true` if the repository is public