Skip to content

Commit 1c2797c

Browse files
authored
Merge branch 'master' into input-valid
2 parents 04fe011 + 44139f3 commit 1c2797c

File tree

66 files changed

+2075
-322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2075
-322
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/oss-fuzz-base/base-builder-go@sha256:fd6832a7a2b20111b2b792ac71184e9684c84652590f136141072a982e0fc26f
1+
FROM gcr.io/oss-fuzz-base/base-builder-go@sha256:9a47ebe4dc1d194ed95889081b5802d77616151da508cb1f62f7857d7f3c4f00
22

33
COPY . $SRC/skipper
44
COPY ./.clusterfuzzlite/build.sh $SRC/

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ updates:
1313
all-go-mod-patch-and-minor:
1414
patterns: ["*"]
1515
update-types: ["patch", "minor"]
16+
ignore:
17+
- dependency-name: "github.com/open-policy-agent/opa"
18+
- dependency-name: "github.com/open-policy-agent/opa-envoy-plugin"
19+
- dependency-name: "github.com/envoyproxy/go-control-plane"
1620
- package-ecosystem: "github-actions"
1721
directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows
1822
schedule:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 2
4848

4949
- name: Setup Go
50-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
50+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
5151
with:
5252
go-version: '^1.21'
5353
check-latest: true

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
2121
with:
2222
python-version: 3.x
23-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
23+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2424
with:
2525
key: ${{ github.ref }}
2626
path: .cache

.github/workflows/gh-packages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2727

28-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
28+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2929
with:
3030
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
3131
go-version: '^1.21'
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
5151

5252
- name: Set up Docker Buildx
53-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
53+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
5454

5555
- name: Login to GitHub Container Registry
5656
if: github.event_name != 'pull_request'
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Docker meta
64-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
64+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
6565
id: meta
6666
with:
6767
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -73,7 +73,7 @@ jobs:
7373
org.opencontainers.image.vendor=Zalando SE
7474
7575
- name: Build and push
76-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
76+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
7777
with:
7878
context: ./packaging
7979
build-args: BASE_IMAGE=golang:alpine

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
16+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1717
with:
1818
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
1919
go-version: "^1.21"

.github/workflows/openssf-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
64+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6565
with:
6666
name: SARIF file
6767
path: results.sarif

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
25+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2626
with:
2727
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
2828
go-version: "^1.21"
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
37+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
3838
with:
3939
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
4040
go-version: "^1.21"

0 commit comments

Comments
 (0)