diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index dda2ee0..5a1783c 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so follow-up steps can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Checkov GitHub Action uses: bridgecrewio/checkov-action@v12 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 5c65d30..65ad21b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -10,6 +10,6 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - uses: pre-commit/action@v3.0.0