Skip to content
Merged
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/aws-prowler.yml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
input "cloud_provider" of workflow_call event has the default value "aws", but it is also required. if an input is marked as required, its default value will never be used [events]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:13:8: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2155:warning:1:8: Declare and assign separately to avoid masking return values [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:88: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:94: Double quote to prevent globbing and word splitting [shellcheck]

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

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

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

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

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

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

- name: Execute Remote Command via AWS SSM
uses: peterkimzz/aws-ssm-send-command@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cf-deploy-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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔐 Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cf-deploy.yml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
input "GitHub-branch" of workflow_call event has the default value "main", but it is also required. if an input is marked as required, its default value will never be used [events]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
input "zip-file-name" of workflow_call event has the default value "main.zip", but it is also required. if an input is marked as required, its default value will never be used [events]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
property "role-to-assume" is not defined in object type {aws-region: string; bucket-prefix: string; capabilities: string; code-folder: string; github-branch: string; github-repo-name: string; organization-name: string; parameter-overrides: string; s3-bucket: string; stack-name: string; template-path: string; zip-file-name: string} [expression]

role-to-assume: ${{ inputs.ROLE-TO-ASSUME }}

Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:

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

- name: 📥 Checkout code from another Repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ inputs.organization-name }}/${{ inputs.GitHub-repo-name }}
ref: ${{ inputs.GitHub-branch }}
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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🧪 cfn-lint-action
uses: ScottBrenner/cfn-lint-action@v2
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2001:style:5:10: See if you can use ${variable//search/replace} instead [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2162:info:4:63: read without -r will mangle backslashes [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
avoid using deprecated input "fail_on_error" in action "reviewdog/action-actionlint@v1": Deprecated, use fail_level instead [action]

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🐍 Setup Python
uses: actions/setup-python@v6
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🧹 Run YAML Lint
uses: ibiqlik/action-yamllint@v3
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔍 Validate Workflow Structure
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
security-events: write
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔒 Run TFSec Security Scan
uses: aquasecurity/tfsec-action@v1.0.3
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 📚 Check Documentation Links
run: |
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🏷️ Check Naming Conventions
run: |
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔍 Run Actionlint
uses: reviewdog/action-actionlint@v1
Expand All @@ -266,7 +266,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 📝 Generate Workflow Index
run: |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2012:info:11:3: Use find instead of ls to better handle non-alphanumeric filenames [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:10:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:2:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚠️ Check for Deprecated Actions
run: |
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔐 Check Workflow Permissions
run: |
Expand All @@ -349,7 +349,7 @@ jobs:
if: always()
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 📊 CI Summary
run: |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2012:info:13:18: Use find instead of ls to better handle non-alphanumeric filenames [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2012:info:14:13: Use find instead of ls to better handle non-alphanumeric filenames [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:10:24: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:11:12: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:12:28: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:15:46: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:16:51: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:17:12: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:39: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:12: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:3:34: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:4:36: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:26: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:6:43: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:31: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:9:37: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:15:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:17: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:25: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:36: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:13: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:21: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
property "role-duration-seconds" is not defined in object type {assume_role_arn: string; aws_region: string; build_path: string; ecr_repository: string; image_tag: string; images: string; provider: string; working_directory: string} [expression]

role-duration-seconds: ${{ inputs.role-duration-seconds }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:17: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:31: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:47: Double quote to prevent globbing and word splitting [shellcheck]

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:

- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔑 Login to Docker Hub
if: ${{ inputs.provider == 'DOCKERHUB' }}
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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🛠️ Set up QEMU
uses: docker/setup-qemu-action@v4
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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Docker buildx
uses: docker/setup-buildx-action@v4.1.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-smurf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Smurf
uses: clouddrove/smurf@v1.1.5
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Smurf
uses: clouddrove/smurf@v1.1.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

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

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

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

- name: 🔧 Configure AWS credentials
if: ${{ inputs.provider == 'aws' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/helm-smurf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Smurf
uses: clouddrove/smurf@v1.1.5
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
environment: ${{ inputs.target_environment }}
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Smurf
uses: clouddrove/smurf@v1.1.5
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
environment: ${{ inputs.target_environment }}
steps:
- name: 📦 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ⚙️ Setup Smurf
uses: clouddrove/smurf@v1.1.5
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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.base.ref }}

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

- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔀 Generate Infracost diff
run: |
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 @@ -110,7 +110,7 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-claude-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@v6
uses: actions/checkout@v7

# Claude AI feedback
claude:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Automatic PR Review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gemini-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
contents: read
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔍 Get PR diff
id: diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gitleaks-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.checkout_ref != '' && inputs.checkout_ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB }}
ref: ${{ inputs.release_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-maintain-major-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.GITHUB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.GITHUB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

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

- name: 🧹 Cleanup Old SARIF
run: rm -f results.sarif || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔑 Setup AWS Credentials
uses: aws-actions/configure-aws-credentials@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

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

- name: 🍺 Install Homebrew
run: |
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 Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 📝 Update environment variable in .env file
run: |
Expand Down
Loading
Loading