From db89bba70efac1b22d2429d8f65a81f28aad41eb Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:33:44 +0000 Subject: [PATCH] coredns/1.11.3-r7: fix GHSA-29wx-vh33-7x7r --- coredns.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coredns.yaml b/coredns.yaml index 2596f51b7b2..d3cb658532c 100644 --- a/coredns.yaml +++ b/coredns.yaml @@ -1,7 +1,7 @@ package: name: coredns version: 1.11.3 - epoch: 7 + epoch: 8 description: CoreDNS is a DNS server that chains plugins copyright: - license: Apache-2.0 @@ -23,6 +23,10 @@ pipeline: # Generate code and fetch plugins make gen + - uses: go/bump + with: + deps: github.com/golang-jwt/jwt/v4@v4.5.1 + - uses: go/build with: ldflags: -X github.com/coredns/coredns/coremain.GitCommit=v${{package.version}}