Skip to content

Commit e7feaf2

Browse files
committed
[OJ-53844] Ensure Endor scans work for uv
1 parent 1583e2e commit e7feaf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/endor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pip install --user uv
2121
- name: Endor Labs Scan Pull Request
2222
if: github.event_name == 'pull_request'
23-
uses: endorlabs/github-action@v1.1.7
23+
uses: endorlabs/github-action@v1.1.12
2424
with:
2525
namespace: "jellyfish" # Replace with your Endor Labs tenant namespace
2626
scan_dependencies: true
@@ -31,7 +31,7 @@ jobs:
3131
additional_args: "--exit-on-policy-warning"
3232
- name: Endor Labs Scan Push to main
3333
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
34-
uses: endorlabs/github-action@v1.1.7
34+
uses: endorlabs/github-action@v1.1.12
3535
with:
3636
namespace: "jellyfish" # Replace with your Endor Labs tenant namespace
3737
scan_dependencies: true

0 commit comments

Comments
 (0)