Skip to content

Commit 8a07d4c

Browse files
Roll back GitHub actions
1 parent 81c3683 commit 8a07d4c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

build-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
run: |
7272
echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
7373
echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV"
74-
- uses: SonarSource/ci-github-actions/get-build-number@v1
74+
- uses: SonarSource/ci-github-actions/get-build-number@1.0.6
7575
id: get_build_number
7676
- name: Vault
7777
id: secrets

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
6363
echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV"
6464
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
65-
- uses: SonarSource/ci-github-actions/get-build-number@v1
65+
- uses: SonarSource/ci-github-actions/get-build-number@1.0.6
6666
id: get_build_number
6767
- name: Cache local Poetry cache
6868
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

build-yarn/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ runs:
6464
echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
6565
echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV"
6666
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
67-
- uses: SonarSource/ci-github-actions/get-build-number@v1
67+
- uses: SonarSource/ci-github-actions/get-build-number@1.0.6
6868
id: get_build_number
6969
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7070
with:
7171
version: 2025.7.12
7272

7373
- name: Cache Yarn dependencies
7474
if: ${{ inputs.cache-yarn == 'true' }}
75-
uses: SonarSource/ci-github-actions/cache@v1
75+
uses: SonarSource/ci-github-actions/cache@1.0.6
7676
with:
7777
path: |
7878
~/.yarn

code-signing/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV"
2323
2424
- name: Cache code signing tools
25-
uses: SonarSource/gh-action_cache@v1
25+
uses: SonarSource/gh-action_cache@1.0.1
2626
id: tools-cache
2727
with:
2828
path: |

config-maven/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
steps:
4242
- name: Get build number
4343
id: get_build_number
44-
uses: SonarSource/ci-github-actions/get-build-number@v1
44+
uses: SonarSource/ci-github-actions/get-build-number@1.0.6
4545

4646
- id: from-env
4747
if: env.CONFIG_MAVEN_COMPLETED != ''
@@ -102,7 +102,7 @@ runs:
102102
echo "SONARSOURCE_REPOSITORY_URL=${SONARSOURCE_REPOSITORY_URL}" >> "$GITHUB_ENV"
103103
104104
- name: Cache local Maven repository
105-
uses: SonarSource/ci-github-actions/cache@v1
105+
uses: SonarSource/ci-github-actions/cache@1.0.6
106106
if: steps.from-env.outputs.skip != 'true'
107107
with:
108108
path: ~/.m2/repository

config-npm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ outputs:
3333
runs:
3434
using: composite
3535
steps:
36-
- uses: SonarSource/ci-github-actions/get-build-number@v1
36+
- uses: SonarSource/ci-github-actions/get-build-number@1.0.6
3737
id: get_build_number
3838
- name: Set parameters
3939
shell: bash
@@ -57,7 +57,7 @@ runs:
5757
5858
- name: Cache NPM dependencies
5959
if: ${{ inputs.cache-npm == 'true' }}
60-
uses: SonarSource/ci-github-actions/cache@v1
60+
uses: SonarSource/ci-github-actions/cache@1.0.6
6161
with:
6262
path: ~/.npm
6363
key: npm-${{ runner.os }}-${{ github.workflow }}-${{ hashFiles('**/package-lock.json') }}

promote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash
2323
run: |
2424
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
25-
- uses: SonarSource/ci-github-actions/get-build-number@v1
25+
- uses: SonarSource/ci-github-actions/get-build-number@1.0.6
2626
- name: Vault
2727
id: secrets
2828
uses: SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # 3.1.0

0 commit comments

Comments
 (0)