From 8347d52cbc179ff717cc337d42b6a2324155145f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:45:32 +0200 Subject: [PATCH 1/3] Bump curlimages/curl from `8addc28` to `d9b4541` (#2683) Bumps curlimages/curl from `8addc28` to `d9b4541`. --- updated-dependencies: - dependency-name: curlimages/curl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.asserts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.asserts b/Dockerfile.asserts index 2e1c9da82..e704aff15 100644 --- a/Dockerfile.asserts +++ b/Dockerfile.asserts @@ -27,7 +27,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o ./index -a ./tests/assert- # Use the curl container image to ensure we have curl installed. Also, it is a # minimal container image -FROM curlimages/curl@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4 +FROM curlimages/curl@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b WORKDIR / COPY --from=builder /workspace/reporter . COPY --from=builder /workspace/reporter-otlp . From 1d12d275f4d1b6c2c38dc95ad5fd954d081a941b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:45:50 +0200 Subject: [PATCH 2/3] Bump github/codeql-action from 3.26.8 to 3.26.9 (#2687) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/ossf-scorecard.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bf3e065a5..b4e1415be 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,12 +41,12 @@ jobs: - run: rm -rf ./tests - name: Initialize CodeQL - uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index a2dee3cea..fe98e9541 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -49,6 +49,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: sarif_file: results.sarif From b705516e900d3a432dbf91d79a800f710a594b33 Mon Sep 17 00:00:00 2001 From: Ishwar Kanse Date: Mon, 29 Apr 2024 13:34:13 +0530 Subject: [PATCH 3/3] Add OWNERS file --- OWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..b8c606b0d --- /dev/null +++ b/OWNERS @@ -0,0 +1,15 @@ +approvers: +- pavolloffay +- andreasgerstmayr +- iblancasa +- rubenvp8510 +- frzifus +- IshwarKanse +options: {} +reviewers: +- pavolloffay +- andreasgerstmayr +- iblancasa +- rubenvp8510 +- frzifus +- IshwarKanse