chore: update external dependencies after .net10 update #1171
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: Conventional Commits | |
| on: [pull_request] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| # We are setting the version to 0.20.0 because of bug happening with the current version of the action. | |
| # To see more details and know when it will be fixed, please visit: https://github.com/aevea/commitsar/issues/583 | |
| jobs: | |
| validate-commits: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code into the Go module directory | |
| uses: actions/checkout@v1 | |
| - name: Commitsar check | |
| uses: docker://aevea/commitsar:0.20.0 |