From d8d2159cd976cd11b1a89c97221b64ebb45d08c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:56:18 +0000 Subject: [PATCH 1/2] build(deps): bump ossf/scorecard-action from 2.0.6 to 2.3.1 (#512) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.3.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/99c53751e09b9529366343771cc321ec74e9bd3d...0864cf19026789058feabb7e87baa5f140aac736) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 76b1b06cb..6ae7afbc2 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6 + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: results_file: results.sarif results_format: sarif From 19e56fc7771aa2f95e2603fdbfa140d875149f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:38:15 +0000 Subject: [PATCH 2/2] build(deps): bump docker-library/bashbrew from 0.1.8 to 0.1.12 (#516) * build(deps): bump docker-library/bashbrew from 0.1.8 to 0.1.12 Bumps [docker-library/bashbrew](https://github.com/docker-library/bashbrew) from 0.1.8 to 0.1.12. - [Release notes](https://github.com/docker-library/bashbrew/releases) - [Changelog](https://github.com/docker-library/bashbrew/blob/master/Dockerfile.release) - [Commits](https://github.com/docker-library/bashbrew/compare/7e160dca3123caecf32c33ba31821dd2aa3716cd...d23b94357ef16d21a8d14578d5338152e4460c91) --- updated-dependencies: - dependency-name: docker-library/bashbrew dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * add bashbrew specific logic --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Adams --- .github/workflows/test-pr.yml | 2 +- dockerhub_doc_config_update.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index a79f8fc8e..7e99d01f3 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -19,7 +19,7 @@ jobs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: docker-library/bashbrew@7e160dca3123caecf32c33ba31821dd2aa3716cd # v0.1.8 + - uses: docker-library/bashbrew@d23b94357ef16d21a8d14578d5338152e4460c91 # v0.1.12 - id: generate-jobs name: Generate Jobs run: | diff --git a/dockerhub_doc_config_update.sh b/dockerhub_doc_config_update.sh index 3da9764eb..a71194607 100755 --- a/dockerhub_doc_config_update.sh +++ b/dockerhub_doc_config_update.sh @@ -57,6 +57,7 @@ print_official_header() { print_official_text " Stewart Addison (@sxa)" print_official_text "GitRepo: https://github.com/adoptium/containers.git" print_official_text "GitFetch: refs/heads/main" + print_official_text "Builder: buildkit" } function generate_official_image_tags() { @@ -175,6 +176,7 @@ function print_official_image_file() { echo "GitCommit: ${commit}" echo "Directory: ${dfdir}" if [ $os == "windows" ]; then + echo "Builder: classic" echo "Constraints: ${constraints}" fi echo ""