diff --git a/.github/workflows/endorlabs.yml b/.github/workflows/endorlabs.yml index 23c34ca..18273a4 100644 --- a/.github/workflows/endorlabs.yml +++ b/.github/workflows/endorlabs.yml @@ -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" diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 69ff819..e9dc809 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 }}