We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7bd5b + 2979feb commit cf6effbCopy full SHA for cf6effb
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
25
- name: Install Go
26
uses: actions/setup-go@v5
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
IMAGE_NAME: ${{ github.repository }}
- name: Checkout
- uses: actions/checkout@v3
with:
fetch-depth: 0
.github/workflows/semgrep.yaml
@@ -12,7 +12,7 @@ jobs:
12
if: (github.actor != 'dependabot[bot]')
13
14
# Fetch project source
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
16
17
- uses: returntocorp/semgrep-action@v1
18
0 commit comments