Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored Oct 9, 2024
1 parent 96ec1ef commit 469de40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:

- name: Restore trivy cache
id: cache-trivy-restore
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: .trivy
key: ${{ runner.os }}-trivy-${{ github.job }}-${{ github.run_id }}
Expand Down Expand Up @@ -123,7 +123,7 @@ runs:
cyclonedx-cli convert --input-file ${{ env.REPORT_SLUG }}-sbom.json --output-file ${{ env.REPORT_SLUG }}-sbom.csv --output-format csv
- name: Upload SBOM
if: "${{ inputs.scan-ref == '' }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: SBOM (CycloneDX) [${{ env.REPORT_SLUG }}]
path: |
Expand Down Expand Up @@ -156,7 +156,7 @@ runs:
output: ${{ env.REPORT_FILENAME }}
cache-dir: .trivy
- name: Upload vulnerability report
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
if: always()
with:
name: Vulnerability report (HTML) [${{ env.REPORT_SLUG }}]
Expand Down Expand Up @@ -193,7 +193,7 @@ runs:
continue-on-error: true # ignore error (e.g. if cached was already saved in same workflow run)
if: always() # always save
id: cache-trivy-save
uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: .trivy
key: ${{ steps.cache-trivy-restore.outputs.cache-primary-key }}
Expand Down

0 comments on commit 469de40

Please sign in to comment.