Skip to content

Commit

Permalink
build(deps): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [endorlabs/github-action](https://github.com/endorlabs/github-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `endorlabs/github-action` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/endorlabs/github-action/releases)
- [Commits](endorlabs/github-action@802fa65...d5bf0a5)

Updates `pypa/gh-action-pypi-publish` from 1.12.1 to 1.12.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@1f5d4ec...15c56db)

---
updated-dependencies:
- dependency-name: endorlabs/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent fa3585d commit 830e137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/endorlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
# run: mvn clean install
- name: Endor Labs scan pull request
if: github.event_name == 'pull_request'
uses: endorlabs/github-action@802fa65ba7c140405ee52d1c806cfdb647f8f743
uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
with:
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
sarif_file: findings.sarif
- name: Endor Labs scan monitor
if: github.event_name == 'push'
uses: endorlabs/github-action@802fa65ba7c140405ee52d1c806cfdb647f8f743
uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
with:
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
ci_run: "false"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@1f5d4ec244f65dce93685ee3e98e77123f090866
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 830e137

Please sign in to comment.