Skip to content

Commit

Permalink
Bump the github-actions-all group with 3 updates
Browse files Browse the repository at this point in the history
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](github/codeql-action@afb54ba...4dd1613)

Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@39cd149...f677139)

Updates `docker/build-push-action` from 6.5.0 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@5176d81...5cd11c3)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 46f9f29 commit c580c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c580c1e

Please sign in to comment.