Skip to content

Commit 6f82a29

Browse files
AWSHurneytsbcd90riysaxen-amzn
authored
Bumped action/checkout version. (#774)
* add should_create_single_alert_for_findings field to security-analytics (#757) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Monitor model changed to add an optional fanoutEnabled field (#758) * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * Monitor model changed to add an optional fanoutEnabled field Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> * move fanoutEnabled to docLevel input Signed-off-by: Riya Saxena <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> * Bumped action/checkout version. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: Riya Saxena <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]> Co-authored-by: Riya <[email protected]>
1 parent 67350d2 commit 6f82a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
3838

3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v3
4141

4242
- name: Setup Java ${{ matrix.java }}
4343
uses: actions/setup-java@v4
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v3
7171

7272
- name: Setup Java ${{ matrix.java }}
7373
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)