Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#403)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [github/codeql-action](https://github.com/github/codeql-action) and [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail).


Updates `actions/download-artifact` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.0...v4.1.1)

Updates `github/codeql-action` from 3.22.12 to 3.23.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.22.12...v3.23.0)

Updates `dawidd6/action-send-mail` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/dawidd6/action-send-mail/releases)
- [Commits](dawidd6/action-send-mail@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: dawidd6/action-send-mail
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 3c6ebb6 commit 8a69486
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
python -m pip install -e .[dev]
- name: Retrieve coverage data
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
pattern: coverage-data-*
merge-multiple: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.22.12
uses: github/codeql-action/init@v3.23.0
with:
languages: python

- name: Autobuild
uses: github/codeql-action/autobuild@v3.22.12
uses: github/codeql-action/autobuild@v3.23.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.22.12
uses: github/codeql-action/analyze@v3.23.0
with:
category: /language:python
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.x"

- name: Get packages
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: "package"
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]

- name: Get packages
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: package
path: ./dist
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Send mail
if: failure() && github.event_name != 'pull_request'
uses: dawidd6/action-send-mail@v3.9.0
uses: dawidd6/action-send-mail@v3.10.0
with:
server_address: smtp.gmail.com
server_port: 587
Expand Down

0 comments on commit 8a69486

Please sign in to comment.