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 7b65c11 commit 5677565Copy full SHA for 5677565
.github/workflows/lint-report.yml
@@ -15,9 +15,6 @@
15
name: Lint and Upload SARIF
16
17
on:
18
- push:
19
- branches:
20
- - main
21
pull_request:
22
branches:
23
- main
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v3
27
with:
28
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29
- - uses: gradle/wrapper-validation[email protected]
+ - uses: gradle/actions/wrapper-validation@v3
30
- name: Create .gpg key
31
run: |
32
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
0 commit comments