We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e9d4e3 + 9ffc133 commit 17398daCopy full SHA for 17398da
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
dotnet-version: ['net6.0', 'net7.0', 'net8.0']
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v3
22
with:
.github/workflows/semgrep.yml
@@ -18,7 +18,7 @@ jobs:
# Skip any PR created by dependabot to avoid permission issues
if: (github.actor != 'dependabot[bot]')
23
- run: semgrep ci
24
env:
0 commit comments