Skip to content

Bump gradle/wrapper-validation-action from 1.1.0 to 3.3.0 #278

Bump gradle/wrapper-validation-action from 1.1.0 to 3.3.0

Bump gradle/wrapper-validation-action from 1.1.0 to 3.3.0 #278

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/[email protected]
with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: '8'
# Java distribution. See the list of supported distributions in README file
distribution: 'temurin'
- name: Gradle Wrapper Validation
# You may pin to the exact commit or the version.
# uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
uses: gradle/[email protected]
- name: Gradle Build Action
# You may pin to the exact commit or the version.
# uses: gradle/gradle-build-action@996094e8e808208e5738e8413b3f55d24d1c1eb7
uses: gradle/[email protected]
with:
arguments: build