We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff261a commit c3ee331Copy full SHA for c3ee331
.github/workflows/build.yml
@@ -1,4 +1,6 @@
1
+---
2
name: Build
3
+
4
on:
5
push:
6
branches:
@@ -23,10 +25,7 @@ jobs:
23
25
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
24
26
with:
27
version: 2025.7.12
- - id: get-build-number
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
28
- name: Build, Test, Analyze and deploy
29
- id: build
30
uses: SonarSource/ci-github-actions/build-npm@master # dogfood
31
32
artifactory-deploy-repo: "sonarsource-npm-public-qa"
@@ -45,5 +44,4 @@ jobs:
45
44
id-token: write
46
contents: write
47
steps:
48
- - uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
49
- uses: SonarSource/ci-github-actions/promote@master # dogfood
0 commit comments