Skip to content

Commit fb48303

Browse files
authored
Merge branch 'main' into dependabot/pip/virtualenv-20.35.4
2 parents 14e8ef3 + 1706753 commit fb48303

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.github/workflows/bandit.yaml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,16 @@ permissions: {}
1111
jobs:
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

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
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>

0 commit comments

Comments
 (0)