Skip to content

Commit

Permalink
chore(deps): update github actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 787be65 commit c472242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
echo "skip_releasability_checks=false" >> "${GITHUB_OUTPUT}"
fi
- uses: SonarSource/gh-action_releasability@3b4cd825239b4b793482f9a7319bc465e0fa0891 # 2.1.0
- uses: SonarSource/gh-action_releasability@c473fad674553bc398eead1c0d18d5bb85d2f05e # 2.1.2
id: releasability
if: ${{ steps.releasability_prerequisites.outputs.skip_releasability_checks != 'true' && inputs.dryRun != true }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Publish to PyPI
id: publish-pypi
continue-on-error: true
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
with:
packages-dir: ${{ steps.local_repo.outputs.dir }}
password: ${{ fromJSON(steps.secrets.outputs.vault).pypi_token }}
Expand Down

0 comments on commit c472242

Please sign in to comment.