1 Commits

Author SHA1 Message Date
33e6678d0a chore(deps): update stefanzweifel/git-auto-commit-action action to v7
Some checks failed
Cog check / Create release (pull_request) Failing after 2s
2025-10-13 00:01:40 +00:00
11 changed files with 17 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v3
@@ -42,7 +42,7 @@ jobs:
exit "$(cat exitcode)";
fi
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v4
if: ${{ steps.check.outputs.code == 2 }}
with:
repository: xaked/blackbox

View File

@@ -31,9 +31,9 @@ jobs:
tofu_version: ${{ inputs.tofu-version }}
cli_config_credentials_token: ${{ secrets.tf-api-token }}
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
repository: xaked/blackbox
path: blackbox

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
repository: xaked/blackbox
path: blackbox

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in IaC mode (LOW/MED)
uses: aquasecurity/trivy-action@master
with:

View File

@@ -43,7 +43,7 @@ jobs:
steps:
# Git Checkout
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
token: ${{ secrets.gitea-token }}
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
@@ -99,7 +99,7 @@ jobs:
run: sudo chown -Rc $UID .git/
- name: Commit and push applied linter fixes
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v7
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "feat(linter): apply linters fixes"

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Retrieve artifacts
id: download
uses: actions/download-artifact@v3
@@ -37,7 +37,7 @@ jobs:
exit "$(cat exitcode)";
fi
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v4
if: ${{ steps.check.outputs.code == 2 }}
with:
repository: xaked/blackbox

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Install terraform docs
@@ -32,7 +32,7 @@ jobs:
README.md
- name: Commit and push new terraform docs version
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v7
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "docs(tf-docs): update docs"

View File

@@ -26,9 +26,9 @@ jobs:
terraform_version: 1.7.5
cli_config_credentials_token: ${{ secrets.tf-api-token }}
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Clone blackbox repo
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
repository: xaked/blackbox
path: blackbox