From 9c01ef627668e261eae283db807db0b13892be9b Mon Sep 17 00:00:00 2001 From: Aaron Rea Date: Thu, 21 Mar 2024 08:58:51 -0500 Subject: [PATCH] more deps bumped --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/tf.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1f587af..6c6a727 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 93d7a5e..2ce58ba 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,7 +36,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/tf.yml b/.github/workflows/tf.yml index e67716e..df36414 100644 --- a/.github/workflows/tf.yml +++ b/.github/workflows/tf.yml @@ -23,7 +23,7 @@ jobs: name: Terraform Validation steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # pull prod file if we are on main otherwise dev # GH Action error: Terraform lint and apply