Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:

- name: Cache SonarQube packages
if: ${{ env.SONAR_TOKEN != '' && ((vars.SONAR_HOST_URL != '' && vars.SONAR_HOST_URL != 'https://sonarcloud.io') || vars.SONAR_ORGANIZATION != '') }}
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.3
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.3
Comment thread
igorsatsyuk marked this conversation as resolved.
Outdated
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar-${{ matrix.service }}
Expand Down
Loading