diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a3df0d7..dabcc49 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -36,7 +36,7 @@ jobs: test-tasks: coverage test coverageReport steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #----------- JDK ----------- - name: Setup JDK @@ -69,7 +69,7 @@ jobs: needs: [build] if: github.event_name != 'pull_request' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #----------- JDK ----------- - name: Setup JDK diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index e08d923..dae6dde 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -35,7 +35,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI