diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index af028dc64..68619d164 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Download and install cmake - name: Install CMake @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure CMake run: | @@ -97,7 +97,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure CMake run: | @@ -132,7 +132,7 @@ jobs: sudo apt-get install -y clang-tidy-15 - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Download and install cmake - name: Install CMake @@ -157,7 +157,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure CMake run: | diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index 6572fc0e6..1915bc3b5 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -21,7 +21,7 @@ jobs: env: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis