Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 75c435b commit a197e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
java-version: 17

- name: Cache Maven Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repo
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -69,7 +69,7 @@ jobs:
tar xzf $HOME/codeql/codeql-bundle-linux64.tar.gz -C $HOME/codeql --strip-components=1
- name: Cache CodeQL tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: $HOME/codeql
key: ${{ runner.os }}-codeql-${{ hashFiles('**/codeql-bundle-linux64.tar.gz') }}
Expand All @@ -87,7 +87,7 @@ jobs:
# queries: security-extended,security-and-quality

- name: Cache CodeQL Analysis
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/ql-cache
key: ${{ runner.os }}-codeql-analysis-${{ hashFiles('**/codeql-analysis.yml') }}
Expand Down

0 comments on commit a197e6d

Please sign in to comment.