Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Falcoctl Repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: falcosecurity/falcoctl
ref: v0.5.1
Expand All @@ -32,7 +32,7 @@ jobs:
run: make
working-directory: tools/falcoctl
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: plugin
- name: Build the plugin
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Golang
Expand Down