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

Commit a74b0f8

Browse files
build(deps): bump endorlabs/github-action in the github-actions group
Bumps the github-actions group with 1 update: [endorlabs/github-action](https://github.com/endorlabs/github-action). Updates `endorlabs/github-action` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/endorlabs/github-action/releases) - [Commits](endorlabs/github-action@d5bf0a5...a976557) --- updated-dependencies: - dependency-name: endorlabs/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bafd36e commit a74b0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/endorlabs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
# run: mvn clean install
4343
- name: Endor Labs scan pull request
4444
if: github.event_name == 'pull_request'
45-
uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
45+
uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66
4646
with:
4747
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
4848
sarif_file: findings.sarif
4949
- name: Endor Labs scan monitor
5050
if: github.event_name == 'push'
51-
uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
51+
uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66
5252
with:
5353
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
5454
ci_run: "false"

0 commit comments

Comments
 (0)