Skip to content

Commit c749404

Browse files
Bump gradle/actions from 6.1.0 to 6.2.0 in the actions group
Bumps the actions group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ea3808 commit c749404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
326326
- name: Setup Gradle
327327
if: matrix.language == 'java-kotlin'
328-
uses: gradle/actions/setup-gradle@v6.1.0
328+
uses: gradle/actions/setup-gradle@v6.2.0
329329
- name: Run build with Gradle Wrapper
330330
if: matrix.language == 'java-kotlin' && success()
331331
run: |

0 commit comments

Comments
 (0)