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 11db625 commit c675380Copy full SHA for c675380
.github/workflows/semgrep.yml
@@ -12,11 +12,11 @@ name: Semgrep
12
jobs:
13
semgrep:
14
name: Scan
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
16
env:
17
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
18
container:
19
image: returntocorp/semgrep
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- run: semgrep ci
pom.xml
@@ -163,7 +163,7 @@
163
<dependency>
164
<groupId>org.mockito</groupId>
165
<artifactId>mockito-inline</artifactId>
166
- <version>4.2.0</version>
+ <version>4.11.0</version>
167
<scope>test</scope>
168
</dependency>
169
</dependencies>
0 commit comments