Upgrade parent before when adding ban-commons-lang-2.skip and fix issue with latest.release of commons-lang3-api #2430
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: Lint Workflows | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6.0.1 | |
| with: | |
| fetch-depth: 0 | |
| submodules: false | |
| - name: Lint GitHub Actions workflows | |
| uses: super-linter/super-linter@v8.3.2 | |
| env: | |
| VALIDATE_ALL_CODEBASE: false | |
| VALIDATE_GITHUB_ACTIONS: true | |
| # To report GitHub Actions status checks | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |