Skip to content

Commit

Permalink
Merge pull request #421 from python-greenlet/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-actions-6f0e2097ef

Bump the github-actions group with 2 updates
  • Loading branch information
jamadden committed Sep 9, 2024
2 parents 451bbc8 + 38cb40e commit 61115cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: python, cpp
# Override the default behavior so that the action doesn't attempt
Expand All @@ -147,7 +147,7 @@ jobs:
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

manylinux:

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
path: wheelhouse/*whl
name: ${{ matrix.image }}_wheels.zip
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 61115cf

Please sign in to comment.