Skip to content

Commit

Permalink
Ensure pull of semgrep is latest (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored May 23, 2024
1 parent e6120a9 commit 16bb786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
image: semgrep/semgrep:latest

steps:
# Step 1: Clone application source code
Expand Down

0 comments on commit 16bb786

Please sign in to comment.