Compare commits
1 Commits
main
...
b846b3f974
| Author | SHA1 | Date | |
|---|---|---|---|
| b846b3f974 |
@@ -28,7 +28,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
|
echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
|
||||||
- id: restore-db
|
- id: restore-db
|
||||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
path: ${{ inputs.cache-dir }}
|
path: ${{ inputs.cache-dir }}
|
||||||
key: osv-scanner-db-${{ steps.current-date.outputs.current-date }}
|
key: osv-scanner-db-${{ steps.current-date.outputs.current-date }}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ runs:
|
|||||||
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
|
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
|
||||||
- name: Cache osv-scanner binary
|
- name: Cache osv-scanner binary
|
||||||
id: cache-osv
|
id: cache-osv
|
||||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
path: /usr/local/bin/osv-scanner
|
path: /usr/local/bin/osv-scanner
|
||||||
key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }}
|
key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }}
|
||||||
|
|||||||
Reference in New Issue
Block a user