Skip to content

Commit

Permalink
fixing: bandit.yml Cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luppyn committed Jul 31, 2024
1 parent 7c76786 commit 2f8a865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-name: cache-node-modules
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/.gradle/caches
path: .gradle/cache
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
Expand Down

0 comments on commit 2f8a865

Please sign in to comment.