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
3 changes: 3 additions & 0 deletions build-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ outputs:
runs:
using: composite
steps:
- name: Get build number
uses: SonarSource/ci-github-actions/get-build-number@master
Comment thread
hedinasr marked this conversation as resolved.
id: build-number
- name: Set build parameters
shell: bash
env:
Expand Down
3 changes: 3 additions & 0 deletions build-maven/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ inputs:
runs:
using: composite
steps:
- name: Get build number
uses: SonarSource/ci-github-actions/get-build-number@master
Comment thread
hedinasr marked this conversation as resolved.
id: build-number
- name: Set build parameters
shell: bash
env:
Expand Down
4 changes: 4 additions & 0 deletions build-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ outputs:
description: The JFrog build info UI URL
value: ${{ steps.build.outputs.BUILD_INFO_URL }}


runs:
using: composite
steps:
- name: Get build number
uses: SonarSource/ci-github-actions/get-build-number@master
Comment thread
hedinasr marked this conversation as resolved.
id: build-number
- name: Set build parameters
shell: bash
env:
Expand Down
7 changes: 3 additions & 4 deletions build-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
runs:
using: composite
steps:
- name: Get build number
uses: SonarSource/ci-github-actions/get-build-number@master
Comment thread
hedinasr marked this conversation as resolved.
id: build-number
- name: Set build parameters
shell: bash
env:
Expand All @@ -41,10 +44,6 @@ runs:
echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV"
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
# mkdir .actions/
# ln -s "${GITHUB_ACTION_PATH}/../get-build-number" .actions/get-build-number
# - uses: ./.actions/get-build-number
# id: build-number
- name: Cache local Poetry cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
Expand Down
3 changes: 3 additions & 0 deletions build-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ outputs:
runs:
using: composite
steps:
- name: Get build number
uses: SonarSource/ci-github-actions/get-build-number@master
Comment thread
hedinasr marked this conversation as resolved.
id: build-number
- name: Set build parameters
shell: bash
env:
Expand Down