Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #252 from Nick2bad4u/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-cefe14a4c9
  • Loading branch information
Nick2bad4u authored Nov 7, 2024
2 parents fa3585d + 830e137 commit f8e48b7
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 f8e48b7

Please sign in to comment.