diff --git a/.github/workflows/linux-integration-test.yml b/.github/workflows/linux-integration-test.yml index 726452ce..9cdda316 100644 --- a/.github/workflows/linux-integration-test.yml +++ b/.github/workflows/linux-integration-test.yml @@ -26,7 +26,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Create a network namespace for privileged tests run: sudo ip netns add unpriv0 diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index afd7bff1..3f0d30c9 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -26,7 +26,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Create a network namespace for unprivileged tests run: sudo ip netns add unpriv0 diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 072d172c..bb72515f 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -24,7 +24,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run tests run: go test -v -race ./... diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index fe4c11e1..f11fe370 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -24,7 +24,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install staticcheck run: go install honnef.co/go/tools/cmd/staticcheck@latest