Bump GitHub actions/cache version

This commit is contained in:
João Salomão 2025-02-18 19:20:55 -03:00
parent 0303d6b62e
commit 576dac2dc6
3 changed files with 3 additions and 3 deletions

View file

@ -303,7 +303,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: SonarQube Cache
uses: actions/cache@v4
uses: actions/cache@v4.2.0
with:
path: ${{ github.workspace }}/.sonar/cache
key: ${{ runner.os }}-${{ runner.arch }}-sonar

View file

@ -32,7 +32,7 @@ runs:
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
- name: Load Sonar Scanner CLI from cache
id: sonar-scanner-cli
uses: actions/cache@v4
uses: actions/cache@v4.2.0
env:
# The default value is 60mins. Reaching timeout is treated the same as a cache miss.
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

View file

@ -71,7 +71,7 @@ runs:
- name: Cache sonar-scanner installation
id: cache-sonar-tools
if: inputs.cache-binaries == 'true'
uses: actions/cache@v4
uses: actions/cache@v4.2.0
env:
# The default value is 60mins. Reaching timeout is treated the same as a cache miss.
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1