We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b12d9e + 3268f9f commit 83b5525Copy full SHA for 83b5525
2 files changed
.github/workflows/go-test.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Run all tests
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
18
- uses: pnorton5432/setup-task@v1
19
with:
.github/workflows/semgrep.yml
@@ -20,5 +20,5 @@ jobs:
20
container:
21
image: returntocorp/semgrep
22
23
24
- run: semgrep ci
0 commit comments