mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 23:15:42 +01:00
ci: upgrade GitHub Actions to latest versions
- ci(bandit): upgrade actions/checkout v4 → v5 - ci(codacy): upgrade actions/checkout v4 → v5 - ci(codacy): upgrade codacy-analysis-cli-action from pinned SHA to @master - ci(codacy): upgrade codeql-action/upload-sarif v3 → v4
This commit is contained in:
2
.github/workflows/bandit.yml
vendored
2
.github/workflows/bandit.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Bandit Scan
|
||||
uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
|
||||
with: # optional arguments
|
||||
|
||||
Reference in New Issue
Block a user