Skip to content

Commit 36e48f2

Browse files
committed
Merge remote-tracking branch 'origin/master' into OJ-53821-dep-update
# Conflicts: # uv.lock
2 parents 7e3d3fa + 7761dbc commit 36e48f2

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 # Endor uses immutable releases so hash pinning not required
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 # Endor uses immutable releases so hash pinning not required
3535
with:
3636
namespace: "jellyfish" # Replace with your Endor Labs tenant namespace
3737
scan_dependencies: true

0 commit comments

Comments
 (0)