From ea70535ee6642a7fff8315512f8e6870f4e33e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:29:40 +0000 Subject: [PATCH 1/3] Bump the github-actions group with 9 updates Bumps the github-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) | `1.2.5` | `2.0.0` | | [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) | `8` | `10` | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `4` | `5` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [khanlab/actions](https://github.com/khanlab/actions) | `0.3.1` | `0.3.4` | | [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `5` | `6` | Updates `kentaro-m/auto-assign-action` from 1.2.5 to 2.0.0 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v2.0.0) Updates `easimon/maximize-build-space` from 8 to 10 - [Release notes](https://github.com/easimon/maximize-build-space/releases) - [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md) - [Commits](https://github.com/easimon/maximize-build-space/compare/v8...v10) Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) Updates `docker/metadata-action` from 4 to 5 - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) Updates `docker/build-push-action` from 4 to 5 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) Updates `khanlab/actions` from 0.3.1 to 0.3.4 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.1...v0.3.4) Updates `release-drafter/release-drafter` from 5 to 6 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: easimon/maximize-build-space dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: khanlab/actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .../workflows/workflow-pr_task-assignReviewer.yml | 2 +- .../workflows/workflow-release_task-deployDocker.yml | 12 ++++++------ .../workflows/workflow-release_task-deployPypi.yml | 4 ++-- .../workflow-release_task-publishGithub.yml | 6 +++--- .../workflows/workflow-version_task-semverGithub.yml | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/workflow-pr_task-assignReviewer.yml b/.github/workflows/workflow-pr_task-assignReviewer.yml index 3280081..45b20f9 100644 --- a/.github/workflows/workflow-pr_task-assignReviewer.yml +++ b/.github/workflows/workflow-pr_task-assignReviewer.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign reviewer - uses: kentaro-m/auto-assign-action@v1.2.5 + uses: kentaro-m/auto-assign-action@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/workflow-release_task-deployDocker.yml b/.github/workflows/workflow-release_task-deployDocker.yml index 7183eec..23f036e 100644 --- a/.github/workflows/workflow-release_task-deployDocker.yml +++ b/.github/workflows/workflow-release_task-deployDocker.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Maximize space available for buiilding docker container if: inputs.maximize_space - uses: easimon/maximize-build-space@v8 + uses: easimon/maximize-build-space@v10 with: remove-android: "true" # android sdk remove-codeql: "true" # code scanning @@ -33,7 +33,7 @@ jobs: overprovision-lvm: "true" # "overuse" disk space - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -43,13 +43,13 @@ jobs: git checkout $LATEST_TAG - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GH container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -57,7 +57,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker container id: metadata - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | ${{ github.repository }} @@ -66,7 +66,7 @@ jobs: latest=auto - name: Build and push Docker container - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/workflow-release_task-deployPypi.yml b/.github/workflows/workflow-release_task-deployPypi.yml index 5edda73..68489b2 100644 --- a/.github/workflows/workflow-release_task-deployPypi.yml +++ b/.github/workflows/workflow-release_task-deployPypi.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: git checkout $LATEST_TAG - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} diff --git a/.github/workflows/workflow-release_task-publishGithub.yml b/.github/workflows/workflow-release_task-publishGithub.yml index 7559ea3..e4cb61d 100644 --- a/.github/workflows/workflow-release_task-publishGithub.yml +++ b/.github/workflows/workflow-release_task-publishGithub.yml @@ -52,7 +52,7 @@ jobs: - name: Grab release version id: semver - uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.1 + uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.4 with: bp-pat: ${{ secrets.BP_PAT }} @@ -72,13 +72,13 @@ jobs: replace: '"Version": "${{ steps.semver.outputs.new-version }}"' - name: Commit changes to protected branch - uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.1 + uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.4 with: version: ${{ steps.semver.outputs.new-version }} bp-pat: ${{ secrets.BP_PAT }} - name: Publish changelog - uses: release-drafter/release-drafter@v5 + uses: release-drafter/release-drafter@v6 with: name: ${{ steps.semver.outputs.new-version }} tag: v${{ steps.semver.outputs.new-version }} diff --git a/.github/workflows/workflow-version_task-semverGithub.yml b/.github/workflows/workflow-version_task-semverGithub.yml index 0626b0e..c4f0683 100644 --- a/.github/workflows/workflow-version_task-semverGithub.yml +++ b/.github/workflows/workflow-version_task-semverGithub.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Grab previous version id: semver - uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.1 + uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.4 with: project-metadata: ${{ inputs.project-metadata }} bp-pat: ${{ secrets.BP_PAT }} @@ -64,7 +64,7 @@ jobs: replace: '"Version": "${{ steps.semver.outputs.new-version }}"' - name: Commit changes - uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.1 + uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.4 with: version: ${{ steps.semver.outputs.new-version }} bp-pat: ${{ secrets.BP_PAT }} From 53bcbc21b20c9458f3b7a7744ce4e07d1326b2bb Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Thu, 15 Feb 2024 11:35:50 -0500 Subject: [PATCH 2/3] Manually update khanlab action to next expected version --- .github/workflows/workflow-release_task-publishGithub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-release_task-publishGithub.yml b/.github/workflows/workflow-release_task-publishGithub.yml index e4cb61d..f4d7212 100644 --- a/.github/workflows/workflow-release_task-publishGithub.yml +++ b/.github/workflows/workflow-release_task-publishGithub.yml @@ -52,7 +52,7 @@ jobs: - name: Grab release version id: semver - uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.4 + uses: khanlab/actions/.github/actions/action-version_task-updateReleaseVersion@v0.3.5 with: bp-pat: ${{ secrets.BP_PAT }} @@ -72,7 +72,7 @@ jobs: replace: '"Version": "${{ steps.semver.outputs.new-version }}"' - name: Commit changes to protected branch - uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.4 + uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.5 with: version: ${{ steps.semver.outputs.new-version }} bp-pat: ${{ secrets.BP_PAT }} From 5dd5d5bff56ecdca6da963c278afec0b5cf1ca90 Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Thu, 15 Feb 2024 11:36:18 -0500 Subject: [PATCH 3/3] Manually update khanlab actions to next expected version --- .github/workflows/workflow-version_task-semverGithub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-version_task-semverGithub.yml b/.github/workflows/workflow-version_task-semverGithub.yml index c4f0683..fecc099 100644 --- a/.github/workflows/workflow-version_task-semverGithub.yml +++ b/.github/workflows/workflow-version_task-semverGithub.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Grab previous version id: semver - uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.4 + uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.5 with: project-metadata: ${{ inputs.project-metadata }} bp-pat: ${{ secrets.BP_PAT }} @@ -64,7 +64,7 @@ jobs: replace: '"Version": "${{ steps.semver.outputs.new-version }}"' - name: Commit changes - uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.4 + uses: khanlab/actions/.github/actions/action-version_task-commit@v0.3.5 with: version: ${{ steps.semver.outputs.new-version }} bp-pat: ${{ secrets.BP_PAT }}