Skip to content

Commit 5677565

Browse files
authored
build: fixed Wrapper validation action and lint (#153)
1 parent 7b65c11 commit 5677565

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/lint-report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
name: Lint and Upload SARIF
1616

1717
on:
18-
push:
19-
branches:
20-
- main
2118
pull_request:
2219
branches:
2320
- main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29-
- uses: gradle/wrapper-validation[email protected]
29+
- uses: gradle/actions/wrapper-validation@v3
3030
- name: Create .gpg key
3131
run: |
3232
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc

0 commit comments

Comments
 (0)