File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.1.0
7575 id : get_build_number
7676 - name : Vault
7777 id : secrets
@@ -120,7 +120,7 @@ runs:
120120
121121 - name : Restore Gradle Cache
122122 if : ${{ inputs.disable-caching != 'true' }}
123- uses : SonarSource/gh-action_cache@v1
123+ uses : SonarSource/gh-action_cache@1.0.1
124124 id : gradle-cache-restore
125125 with :
126126 path : |
Original file line number Diff line number Diff line change 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.1.0
6666 id : get_build_number
6767 - name : Cache local Poetry cache
6868 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ runs:
6161 echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
6262 echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV"
6363 cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
64- - uses : SonarSource/ci-github-actions/get-build-number@v1
64+ - uses : SonarSource/ci-github-actions/get-build-number@1.1.0
6565 id : get_build_number
6666 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
6767 with :
6868 version : 2025.7.12
6969
7070 - name : Cache Yarn dependencies
7171 if : ${{ inputs.cache-yarn == 'true' }}
72- uses : SonarSource/ci-github-actions/cache@v1
72+ uses : SonarSource/ci-github-actions/cache@1.1.0
7373 with :
7474 path : |
7575 ~/.yarn
Original file line number Diff line number Diff line change 7474
7575 - name : Cache with S3 (private/internal repos)
7676 if : steps.repo-visibility.outputs.cache-backend == 's3'
77- uses : SonarSource/gh-action_cache@v1
77+ uses : SonarSource/gh-action_cache@1.0.1
7878 id : s3-cache
7979 with :
8080 path : ${{ inputs.path }}
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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.1.0
4545
4646 - id : from-env
4747 if : env.CONFIG_MAVEN_COMPLETED != ''
9999 echo "SONARSOURCE_REPOSITORY_URL=$ARTIFACTORY_URL/sonarsource-qa" >> "$GITHUB_ENV"
100100
101101 - name : Cache local Maven repository
102- uses : SonarSource/ci-github-actions/cache@v1
102+ uses : SonarSource/ci-github-actions/cache@1.1.0
103103 if : steps.from-env.outputs.skip != 'true'
104104 with :
105105 path : ~/.m2/repository
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ outputs:
3333runs :
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.1.0
3737 id : get_build_number
3838 - name : Set parameters
3939 shell : bash
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.1.0
6161 with :
6262 path : ~/.npm
6363 key : npm-${{ runner.os }}-${{ github.workflow }}-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 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.1.0
2626 - name : Vault
2727 id : secrets
2828 uses : SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # 3.1.0
You can’t perform that action at this time.
0 commit comments