Skip to content

Commit

Permalink
Bump project-copacetic/copa-action from 1.2.0 to 1.2.1 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 4654226 commit 78c17e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Copa Action
if: matrix.canpatch && steps.vulncount.outputs.vuln_count != '0'
id: copa
uses: project-copacetic/copa-action@eeead828bce6f0a1437c305abfb77004605995a9 # v1.2.0
uses: project-copacetic/copa-action@3843e22efdca421adb37aa8dec103a0f1db68544 # v1.2.1
with:
image: ${{ steps.getref.outputs.ghcr_image_ref }}-unpatched
image-report: 'report.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Copa Action
if: matrix.canpatch && steps.vulncount.outputs.vuln_count != '0'
id: copa
uses: project-copacetic/copa-action@eeead828bce6f0a1437c305abfb77004605995a9 # v1.2.0
uses: project-copacetic/copa-action@3843e22efdca421adb37aa8dec103a0f1db68544 # v1.2.1
with:
image: ${{ steps.getref.outputs.ghcr_image_ref }}
image-report: 'report.json'
Expand Down

0 comments on commit 78c17e5

Please sign in to comment.