Skip to content

Commit c0274e1

Browse files
Bump mshick/add-pr-comment from 2 to 3 (#154)
Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 2 to 3. - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](mshick/add-pr-comment@v2...v3) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 835a541 commit c0274e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ runs:
258258
path: fingerprint.txt
259259

260260
- name: Update PR with comment (success)
261-
uses: mshick/add-pr-comment@v2
261+
uses: mshick/add-pr-comment@v3
262262
if: env.SCAN_RAN == 'true' && env.SECRETS_FOUND == 'false' && env.FORKED == 'false' && inputs.ADD_COMMENT == 'true'
263263
with:
264264
repo-token: ${{ inputs.GH_TOKEN }}
@@ -276,7 +276,7 @@ runs:
276276
</details>
277277
278278
- name: Update PR with comment (failure - secrets found)
279-
uses: mshick/add-pr-comment@v2
279+
uses: mshick/add-pr-comment@v3
280280
if: env.SECRETS_FOUND == 'true' && env.FORKED == 'false' && inputs.ADD_COMMENT == 'true'
281281
with:
282282
repo-token: ${{ inputs.GH_TOKEN }}
@@ -325,7 +325,7 @@ runs:
325325
> If you want to ignore these leaked secrets, add the above **fingerprint** content to a file named `.infisicalignore` at the repository root level.
326326
327327
- name: Update PR with comment (tool failure)
328-
uses: mshick/add-pr-comment@v2
328+
uses: mshick/add-pr-comment@v3
329329
if: (env.FETCH_FAILED == 'true' || env.INSTALL_FAILED == 'true' || env.SCAN_RAN == 'false') && env.FORKED == 'false' && inputs.ADD_COMMENT == 'true'
330330
with:
331331
repo-token: ${{ inputs.GH_TOKEN }}
@@ -350,7 +350,7 @@ runs:
350350
> This failure does **not** mean secrets were found - the scan simply couldn't run.
351351
352352
- name: Update PR with comment (cancelled)
353-
uses: mshick/add-pr-comment@v2
353+
uses: mshick/add-pr-comment@v3
354354
if: cancelled() && env.FORKED == 'false' && inputs.ADD_COMMENT == 'true'
355355
with:
356356
repo-token: ${{ inputs.GH_TOKEN }}

0 commit comments

Comments
 (0)