diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index 89796c7..44bfdda 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run Checkov - uses: bridgecrewio/checkov-action@v12.2503.0 + uses: bridgecrewio/checkov-action@v12.2508.0 with: config_file: checkov-config.yml output_format: github_failed_only diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 679946f..b157ffc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Lint Code Base - uses: super-linter/super-linter@v5.3.0 + uses: super-linter/super-linter@v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: main