From c580c1e8042d36367cccfdef6783f6129c642a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:06:53 +0000 Subject: [PATCH] Bump the github-actions-all group with 3 updates Bumps the github-actions-all group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-python](https://github.com/actions/setup-python) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `github/codeql-action` from 3.25.15 to 3.26.6 - [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/afb54ba388a7dca6ecae48f608c4ff05ff4cc77a...4dd16135b69a43b6c8efb853346f8437d92d3c93) Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3) Updates `docker/build-push-action` from 6.5.0 to 6.7.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...5cd11c3a4ced054e52742c5fd54dca954e0edd85) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/main.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4a58fa3..959027d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,10 +29,10 @@ jobs: - name: "Checkout" uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" - name: "Initialize CodeQL" - uses: "github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a" + uses: "github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93" with: languages: "${{ matrix.language }}" - name: "Autobuild" - uses: "github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a" + uses: "github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93" - name: "Perform CodeQL Analysis" - uses: "github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a" + uses: "github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5365ec..72b92f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" - name: "Use Python ${{ matrix.python_version }}" - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" + uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" with: python-version: "${{ matrix.python_version }}" check-latest: true @@ -75,7 +75,7 @@ jobs: type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}} - name: "Build and push" - uses: "docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445" + uses: "docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85" with: context: "./" platforms: "linux/amd64,linux/arm64"