chore(deps): bump captradeoff/x-post-action from d643d2bb835a1c915a056b2241cbda3c444d016d to 3538d7eeb4e7d50013ed06127f352967967da8c9 #2270
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Validate Gradle Wrapper" | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| validation: | |
| name: "Validation" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6 | |