diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index b4d5f5af5..99cfea4cc 100644 --- a/.github/workflows/coverage_reporting.yml +++ b/.github/workflows/coverage_reporting.yml @@ -60,14 +60,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 if: ${{ failure() }} with: name: test-logs path: /tmp/receptor-testing - name: Archive receptor binary - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: receptor path: /usr/local/bin/receptor diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6e78d7cfd..7998730b9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -72,14 +72,14 @@ jobs: run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data for ${{ matrix.go-version }} - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 if: ${{ failure() }} with: name: test-logs-${{ matrix.go-version }} path: /tmp/receptor-testing - name: Archive receptor binary for ${{ matrix.go-version }} - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: receptor-${{ matrix.go-version }} path: /usr/local/bin/receptor diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 065e9f127..9a02a486a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif diff --git a/go.mod b/go.mod index 03a0ac48b..c4fb3f7db 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 - github.com/vishvananda/netlink v1.2.1 + github.com/vishvananda/netlink v1.3.0 go.uber.org/goleak v1.3.0 go.uber.org/mock v0.4.0 golang.org/x/net v0.28.0 diff --git a/go.sum b/go.sum index 02508bbb8..43750224b 100644 --- a/go.sum +++ b/go.sum @@ -153,8 +153,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/vishvananda/netlink v1.2.1 h1:pfLv/qlJUwOTPvtWREA7c3PI4u81YkqZw1DYhI2HmLA= -github.com/vishvananda/netlink v1.2.1/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs= +github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk= +github.com/vishvananda/netlink v1.3.0/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs= github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8= github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=