We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c259f4 commit 3cf74b7Copy full SHA for 3cf74b7
.github/workflows/code_quality.yml
@@ -27,6 +27,6 @@ jobs:
27
run: bandit -r .
28
# Commit and push changes made by Black and Ruff
29
- name: Commit & Push changes
30
- uses: actions-js/push@master
+ uses: actions-js/push@main
31
with:
32
github_token: ${{ secrets.MY_GITHUB_TOKEN }}
0 commit comments