File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Ruff
2+ on : [ push, pull_request ]
3+ jobs :
4+ ruff :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v4
8+ - uses : astral-sh/ruff-action@v3
9+ with :
10+ src : >-
11+ ./src
12+ ./tests
13+ ./tests-aws
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ' Checkout the needed file only ./bin/announce_release_on_slack.py'
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 - run : |
2121 if [[ ${{ github.event_name == 'workflow_dispatch' }} == true ]]; then
2222 export GITHUB_RELEASE_TAG=${{ inputs.github_ref }}
Original file line number Diff line number Diff line change 1010 name : Build
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - uses : sonarsource/sonarqube-scan-action@master
You can’t perform that action at this time.
0 commit comments