Skip to content

Adding Bootique to the list of projects that work with Caffeine #4553

Adding Bootique to the list of projects that work with Caffeine

Adding Bootique to the list of projects that work with Caffeine #4553

name: Validate Gradle Wrapper
on: [push, pull_request]
permissions: read-all
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
downloads.gradle.org:443
downloads.gradle-dn.com:443
github.com:443
services.gradle.org:443
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: gradle/actions/wrapper-validation@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2