File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ jobs:
2323 runs-on : ubuntu-latest
2424 if : " !startsWith(github.event.head_commit.message, 'bump:')"
2525 container :
26- image : returntocorp/semgrep:1.128.1@sha256:144d315f7354c2b2c53021a76165a500f67252c47464be75e951b67050f54a9e
26+ image : returntocorp/semgrep:1.128.1@sha256:fca58525689355641019c05ab49dcc5bc3a1eb7e044f35014ee39594b5aa4fc1
2727 steps :
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - name : Run Semgrep
3030 run : |
31- semgrep scan --config auto
31+ semgrep scan --config auto --error
32+
3233 twyn :
3334 runs-on : ubuntu-latest
3435 if : " !startsWith(github.event.head_commit.message, 'bump:')"
3839 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3940 - name : Run twyn
4041 run : |
41- twyn run -vv
42+ twyn run -vv
43+
You can’t perform that action at this time.
0 commit comments