mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump the all group with 2 updates (#12230)
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
e20cd64fff
commit
3f08654697
6
.github/workflows/issue-analyzer.yml
vendored
6
.github/workflows/issue-analyzer.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
labels: ["confirmed"]
|
||||
})
|
||||
- name: Find Comment Id
|
||||
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
|
||||
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
|
||||
id: find-comment-id
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
@ -167,7 +167,7 @@ jobs:
|
||||
labels: ["invalid"]
|
||||
})
|
||||
- name: Find Comment Id
|
||||
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
|
||||
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
|
||||
id: find-comment-id
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
@ -203,7 +203,7 @@ jobs:
|
||||
labels: ["not-reproducible", "needs-feedback"]
|
||||
})
|
||||
- name: Find Comment Id
|
||||
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0
|
||||
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
|
||||
id: find-comment-id
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
|
2
.github/workflows/scorecards-analysis.yml
vendored
2
.github/workflows/scorecards-analysis.yml
vendored
@ -49,6 +49,6 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub’s code scanning dashboard.
|
||||
- name: 'Upload to code-scanning'
|
||||
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
Loading…
Reference in New Issue
Block a user