diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c0fbf3a2..236f29c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index 88f6e6af..91d580fa 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -15,7 +15,7 @@ jobs: environment: ${{ inputs.workspace }} steps: - name: Git clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get current date id: currentdatetime