diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 5713c1c..c91961d 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -34,14 +34,14 @@ jobs: java-version: 17 - name: Cache SonarQube packages - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: '~/.sonar/cache' key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: '~/.m2/repository' key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6720236..ad65209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Internal - Comment GitHub actions with version (#287). -- Bump actions/cache from 3.2.2 to 3.3.1 (#284, #294, #301, #305, #308, #309). +- Bump actions/cache from 3.2.2 to 3.3.2 (#284, #294, #301, #305, #308, #309, #364). - Bump actions/setup-java from 3.9.0 to 3.12.0 (#299, #318, #356). - Bump actions/checkout from 3.3.0 to 4.0.0 (#313, #316, #324, #352, #362, #363). - Bump github/codeql-action from 2.1.37 to 2.13.4 (#286, #290, #291, #295, #300, #302, #307, #310,