Skip to content

Commit c3ee331

Browse files
committed
remove get-build-number
Remove `get-build-number` as its now included in the `build-*` actions.
1 parent bff261a commit c3ee331

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
---
12
name: Build
3+
24
on:
35
push:
46
branches:
@@ -23,10 +25,7 @@ jobs:
2325
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
2426
with:
2527
version: 2025.7.12
26-
- id: get-build-number
27-
uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
2828
- name: Build, Test, Analyze and deploy
29-
id: build
3029
uses: SonarSource/ci-github-actions/build-npm@master # dogfood
3130
with:
3231
artifactory-deploy-repo: "sonarsource-npm-public-qa"
@@ -45,5 +44,4 @@ jobs:
4544
id-token: write
4645
contents: write
4746
steps:
48-
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
4947
- uses: SonarSource/ci-github-actions/promote@master # dogfood

0 commit comments

Comments
 (0)