From 58565233f716c58845fb7c73afb6ede7f5219045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:23:38 +0000 Subject: [PATCH 1/2] Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/PUSH-MASTER.yml | 2 +- .github/workflows/PUSH-OTHER.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PUSH-MASTER.yml b/.github/workflows/PUSH-MASTER.yml index d7cda8f..97dd78e 100644 --- a/.github/workflows/PUSH-MASTER.yml +++ b/.github/workflows/PUSH-MASTER.yml @@ -20,7 +20,7 @@ jobs: curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml - name: Update labels - uses: crazy-max/ghaction-github-labeler@v5.0.0 + uses: crazy-max/ghaction-github-labeler@v5.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .tmp/labels.yml diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index b10d361..0167ed7 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -21,7 +21,7 @@ jobs: curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml - name: Update labels - dry run - uses: crazy-max/ghaction-github-labeler@v5.0.0 + uses: crazy-max/ghaction-github-labeler@v5.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .tmp/labels.yml From a6ced1d628ed46fa15aa3dedbb788f125f978475 Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper Date: Tue, 29 Oct 2024 08:17:23 +0100 Subject: [PATCH 2/2] Bump curl to 8.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04f0b7f..5f19c86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN set -eux ;\ apk update --no-cache ;\ apk add --no-cache \ bash~=5.2 \ - curl~=8.8 \ + curl~=8.10 \ git~=2.45 ;\ rm -rf /var/cache/* ;\ rm -rf /root/.cache/*