diff options
Diffstat (limited to '.github/workflows/semgrep.yml')
-rw-r--r-- | .github/workflows/semgrep.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 58ae4ed6..2164d6d1 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -16,5 +16,5 @@ jobs: container: image: returntocorp/semgrep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: semgrep ci |