mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
chore(deps): bump marocchino/sticky-pull-request-comment (#4063)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](d2ad0de260...773744901b)
---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
dependency-version: 2.9.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9cda2de2ad
commit
0e5db45aad
4
.github/workflows/detect-schema-changes.yaml
vendored
4
.github/workflows/detect-schema-changes.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Delete existing comment
|
- name: Delete existing comment
|
||||||
if: ${{ hashFiles( env.CI_COMMENT_FILE ) == '' }}
|
if: ${{ hashFiles( env.CI_COMMENT_FILE ) == '' }}
|
||||||
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 #v2.9.3
|
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 #v2.9.4
|
||||||
with:
|
with:
|
||||||
header: ${{ env.COMMENT_HEADER }}
|
header: ${{ env.COMMENT_HEADER }}
|
||||||
hide: true
|
hide: true
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add comment
|
- name: Add comment
|
||||||
if: ${{ hashFiles( env.CI_COMMENT_FILE ) != '' }}
|
if: ${{ hashFiles( env.CI_COMMENT_FILE ) != '' }}
|
||||||
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 #v2.9.3
|
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 #v2.9.4
|
||||||
with:
|
with:
|
||||||
header: ${{ env.COMMENT_HEADER }}
|
header: ${{ env.COMMENT_HEADER }}
|
||||||
path: ${{ env.CI_COMMENT_FILE }}
|
path: ${{ env.CI_COMMENT_FILE }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user