Skip to content

Commit

Permalink
Bump the github-actions group with 4 updates (#462)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/checkout` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.6)

Updates `hynek/build-and-inspect-python-package` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases)
- [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md)
- [Commits](hynek/build-and-inspect-python-package@v2.5.0...v2.6.0)

Updates `codecov/codecov-action` from 4.3.1 to 4.4.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.3.1...v4.4.1)

Updates `github/codeql-action` from 3.25.3 to 3.25.7
- [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.25.3...v3.25.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: hynek/build-and-inspect-python-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 2f5c4df commit 5745061
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "qbittorrent-password=${{ env.QBITTORRENTAPI_PASSWORD }}" | tee -a ${GITHUB_OUTPUT}
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Set up Python ${{ env.LATEST_PYTHON_VER }}
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -78,12 +78,12 @@ jobs:
attestations: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0 # Fetch all refs so setuptools_scm can generate the correct version number

- name: Build & Upload Package
uses: hynek/build-and-inspect-python-package@v2.5.0
uses: hynek/build-and-inspect-python-package@v2.6.0
with:
attest-build-provenance-github: ${{ inputs.attest }}

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ Tests-qBittorrent, Tests-Python ]
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Upload Coverage to Codecov
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -199,7 +199,7 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Set up Python ${{ env.LATEST_PYTHON_VER }}
uses: actions/setup-python@v5.1.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

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

- name: Autobuild
uses: github/codeql-action/autobuild@v3.25.3
uses: github/codeql-action/autobuild@v3.25.7

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.3
uses: github/codeql-action/analyze@v3.25.7
with:
category: /language:python
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
hook-repos: ${{ steps.hooks.outputs.repos }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Get Pre-commit Hooks
id: hooks
Expand All @@ -50,7 +50,7 @@ jobs:
hook-repo: ${{ fromJson(needs.pre-commit-hooks.outputs.hook-repos) }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
fetch-depth: 1
token: ${{ secrets.PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Get packages
uses: actions/download-artifact@v4.1.7
Expand Down

0 comments on commit 5745061

Please sign in to comment.