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 0b2ee13 + 3b5ea1b commit a715338Copy full SHA for a715338
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Set up Python
20
uses: actions/setup-python@v6
.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@v5
+ - uses: actions/checkout@v6
- uses: returntocorp/semgrep-action@v1
with:
0 commit comments