diff --git a/.github/workflows/linux-integration-test.yml b/.github/workflows/linux-integration-test.yml index 2b15fec..fdc980a 100644 --- a/.github/workflows/linux-integration-test.yml +++ b/.github/workflows/linux-integration-test.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 b760287..6a981d3 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 ecfbd73..ea50148 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 af1425e..eb46531 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0