Skip to content

Commit da05620

Browse files
authored
[Chore] Upgrade actions/cache@v2 to actions/cache@v4 (#9084)
1 parent f85eb78 commit da05620

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ jobs:
4343
java-version: 8
4444
distribution: 'adopt'
4545
- name: Cache local Maven repository
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
5050
restore-keys: |
5151
${{ runner.os }}-maven-
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v1
53+
uses: github/codeql-action/init@v2
5454
with:
5555
languages: ${{ matrix.language }}
5656
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v1
57+
uses: github/codeql-action/autobuild@v2
5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@v1
59+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)