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 f844c6c + b70fcb8 commit ea00d5fCopy full SHA for ea00d5f
2 files changed
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
21
with:
22
fetch-depth: 0
23
- name: Install Syft CLI
.github/workflows/testing.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout code
14
15
- name: Install dependencies
16
run: go mod download
- name: Verify dependencies
0 commit comments