We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2849 commit 78e4179Copy full SHA for 78e4179
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Validate wrapper
40
- name: Gradle Wrapper Validation
41
- uses: gradle/actions/wrapper-validation@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
+ uses: gradle/actions/wrapper-validation@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
42
43
# Run verifyPlugin and test Gradle tasks
44
test:
.github/workflows/scorecards-analysis.yml
@@ -68,6 +68,6 @@ jobs:
68
69
# Upload the results to GitHub's code scanning dashboard.
70
- name: "Upload to code-scanning"
71
- uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
+ uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
72
with:
73
sarif_file: results.sarif
0 commit comments