diff --git a/.github/workflows/commit-message-validator.yaml b/.github/workflows/commit-message-validator.yaml index 173ce0c..fa838e2 100644 --- a/.github/workflows/commit-message-validator.yaml +++ b/.github/workflows/commit-message-validator.yaml @@ -6,7 +6,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v5 diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index e30ca18..1608cab 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -12,23 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 - - name: MegaLinter - id: ml - uses: megalinter/megalinter/flavors/terraform@v6 - env: - VALIDATE_ALL_CODEBASE: true - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DISABLE: COPYPASTE,SPELL - DISABLE_LINTERS: TERRAFORM_TERRASCAN - - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: MegaLinter reports - path: | - report - mega-linter.log diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index 9362e0d..fb60640 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..6e86672 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -