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.
2 parents 3e52e02 + d433abc commit 35fe3eaCopy full SHA for 35fe3ea
3 files changed
.github/workflows/semgrep.yml
@@ -14,7 +14,7 @@ name: Semgrep
14
jobs:
15
semgrep:
16
name: semgrep/ci
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
18
env:
19
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20
container:
.github/workflows/trivy.yml
@@ -8,7 +8,7 @@ on:
8
9
build:
10
name: Build
11
- runs-on: ubuntu-22.04
12
permissions:
13
actions: read
contents: read
.github/workflows/update-check.yml
@@ -7,7 +7,7 @@ on:
7
check:
name: Check
steps:
- name: Checkout code
uses: actions/checkout@v5
0 commit comments