Update github/codeql-action action to v3.29.7 #1038
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
| on: [push, pull_request] | |
| name: Python linting | |
| permissions: | |
| contents: read | |
| jobs: | |
| PythonLinting: | |
| name: Python linting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| - name: Python linting | |
| uses: konstruktoid/action-pylint@v2.0.0 |