Skip to content
Open
Show file tree
Hide file tree
Changes from all 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/AWSSSMSendCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Execute Remote Command via AWS SSM
uses: peterkimzz/aws-ssm-send-command@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RemoteSSHCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: 📦 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔐 Executing remote SSH commands using SSH key
uses: appleboy/ssh-action@v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cf-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧪 cfn-lint-action
uses: ScottBrenner/cfn-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: 📦 Checkout Code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧹 Cleanup Old SARIF
run: rm -f results.sarif || true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

# Claude AI feedback
claude:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Automatic PR Review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudformation-stackset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout code from master branch
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔐 Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:

steps:
- name: 📦 Checkout code from master branch
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Checkout code from another Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ inputs.organization-name }}/${{ inputs.GitHub-repo-name }}
ref: ${{ inputs.GitHub-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: 📥 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🛠️ Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: 📥 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: ⚙️ Setup Docker buildx
uses: docker/setup-buildx-action@v3.11.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:

- name: 📦 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔑 Login to Docker Hub
if: ${{ inputs.provider == 'DOCKERHUB' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gemini-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
contents: read
steps:
- name: 📥 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔍 Get PR diff
id: diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

steps:
- name: 📦 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔧 Configure AWS credentials
if: ${{ inputs.provider == 'aws' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
api-key: ${{ secrets.INFRACOST_API_KEY }}

- name: 📦 Checkout base branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.base.ref }}

Expand All @@ -51,7 +51,7 @@ jobs:
--out-file=/tmp/infracost-base.json

- name: 📦 Checkout PR branch
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔀 Generate Infracost diff
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powerpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔑 Setup AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: 🧾 Validate Commit Messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: 📦 Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🍺 Install Homebrew
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prowlerAWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: 📦 Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🐍 Install pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prowlerGCP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: 📦 Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🐍 Install pip
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/smurf_docker_helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🐳 Docker Image Build
if: inputs.docker_buildkit_enable != 'true'
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: ⬇️ Download Docker Image Artifact
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
needs: docker_scan_push
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🧪 Helm Lint
uses: clouddrove/smurf@v1.1.4
Expand All @@ -358,7 +358,7 @@ jobs:
- helm_lint_template
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔑 Configure AWS credentials with OIDC
if: inputs.aws_auth_method == 'oidc'
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔑 Configure AWS credentials with OIDC
if: inputs.aws_auth_method == 'oidc'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smurf_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: 🛠️ Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs: terraform-format-init-validate
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: 🛠️ Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: 🛠️ Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sst_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: 🚀 Run sst-deploy
steps:
- name: 📦 Checkout git repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📝 Update environment variable in .env file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: 📦 Checkout the repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GITHUB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# install AWS-cli
- name: 🟦 Install AWS CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: webfactory/ssh-agent@v0.9.1
if: ${{ inputs.git_ssh_key_setup == true }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

steps:
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: webfactory/ssh-agent@v0.9.1
if: ${{ inputs.git_ssh_key_setup == true }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
# - Checkout the repository to the GitHub Actions runner
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# - Checking terraform Max and Min version.
- name: 🧮 Terraform min/max versions
Expand All @@ -116,7 +116,7 @@ jobs:
steps:
# - Checkout the repository to the GitHub Actions runner
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🟦 Install AWS CLI
if: ${{ inputs.provider == 'aws' }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
steps:
# - Checkout the repository to the GitHub Actions runner
- name: 📦 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# - Action added to install terraform
- name: 🛠️ Install Terraform v${{ inputs.terraform_version || needs.versionExtract.outputs.maxVersion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: 📥 Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 💾 Cache plugin dir
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-monorepo-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: 📥 Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout PR branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: 📥 Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 🔧 Set environment variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ymllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Yaml-Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: 🔍 yaml-lint
uses: ibiqlik/action-yamllint@v3
Expand Down