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/automation-create-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-integration-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
container: ${{ inputs.container }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-renovate-pr-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Comment the Pull request
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: PR comment with file
uses: thollander/actions-comment-pull-request@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-trivy-iac-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

#- name: Run Trivy vulnerability scanner in IaC mode
# uses: aquasecurity/trivy-action@v0.69.2 # This is the version with the fix for the hackerbot-claw incident
Expand Down
Loading