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.
2 parents 1d347e2 + 5ec0a75 commit daac991Copy full SHA for daac991
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
- name: Set up Python
20
uses: actions/setup-python@v5
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Check out the repo
.github/workflows/semgrep.yaml
@@ -12,7 +12,7 @@ jobs:
if: (github.actor != 'dependabot[bot]')
# Fetch project source
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: returntocorp/semgrep-action@v1
with:
0 commit comments