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 c70bc8c commit 2072604Copy full SHA for 2072604
.github/workflows/documentation.yml
@@ -6,7 +6,7 @@ jobs:
6
docs:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
10
with:
11
ref: ${{ github.event.pull_request.head.ref }}
12
.github/workflows/semgrep.yml
@@ -9,7 +9,7 @@ jobs:
container:
image: returntocorp/semgrep
13
- run: semgrep scan --error --config auto
14
env:
15
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments