File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,16 @@ permissions: {}
1111jobs :
1212 bandit :
1313 permissions :
14- contents : read
15- pull-requests : write
14+ security-events : write
1615 runs-on : ubuntu-latest
1716 strategy :
1817 fail-fast : false
1918 matrix :
2019 python-version : ["3.12"]
2120
2221 steps :
23- - name : Checkout repository
24- uses : actions/checkout@v5
25- with :
26- persist-credentials : false
27-
28- - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v6
30- with :
31- python-version : ${{ matrix.python-version }}
32-
3322 - name : Run Bandit Scan
34- uses : lukehinds/bandit-action@new-action
35- env :
36- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23+ uses : PyCQA/bandit-action@v1
3724 with :
38- path : " python"
39- recursive : " true "
25+ python-version : ${{ matrix. python-version }}
26+ targets : python
Original file line number Diff line number Diff line change 165165 <plugin >
166166 <groupId >com.github.spotbugs</groupId >
167167 <artifactId >spotbugs-maven-plugin</artifactId >
168- <version >4.9.7.0 </version >
168+ <version >4.9.8.1 </version >
169169 <configuration >
170170 <plugins >
171171 <plugin >
You can’t perform that action at this time.
0 commit comments