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 6216956 commit 4f8f079Copy full SHA for 4f8f079
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
${{ env.JDK_VERSION_LATEST_LTS }}
36
37
- name: Set up Gradle
38
- uses: gradle/gradle-build-action@v3.4.2
+ uses: gradle/gradle-build-action@v3.5.0
39
40
- name: Build
41
run: >
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
58
59
60
61
62
- name: Release ${{ env.RELEASE_VERSION }}
63
0 commit comments