We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1addcbc + 72476d0 commit 8f306f8Copy full SHA for 8f306f8
2 files changed
.github/workflows/manual-combine-dependabot-prs.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: combine-prs
17
id: combine-prs
18
- uses: github/combine-prs@v5.1.0
+ uses: github/combine-prs@v5.2.0
19
with:
20
ci_required: false
21
labels: dependencies
.github/workflows/scorecard.yml
@@ -68,6 +68,6 @@ jobs:
68
# Upload the results to GitHub's code scanning dashboard (optional).
69
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
70
- name: "Upload to code-scanning"
71
- uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
72
73
sarif_file: results.sarif
0 commit comments