Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly_sonar_poc_basic_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Collect Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar_multi_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: terraform -chdir=$EXAMPLE_DIR output -json

- name: Collect Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar_poc_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Collect Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: collected-keys
path: |
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/sonar-base-instance/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
id = null
owner_account_id = "309956199498"
username = "ec2-user"
name = "RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3"
name = "RHEL-8.10.0_HVM-20240627-x86_64-0-Hourly2-GP3"
}

ami = var.ami != null ? var.ami : local.ami_default
Expand Down