diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 92cf98982..99f6abeab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Packages (cpp) if: ${{ matrix.language == 'cpp' }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c7fadd66..76e4a645a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: compiler: [gcc, clang] steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -32,7 +32,7 @@ jobs: if: "!contains(github.ref, 'coverity_scan')" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -53,7 +53,7 @@ jobs: if: "!contains(github.ref, 'coverity_scan')" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -77,7 +77,7 @@ jobs: docker_image: [ubuntu-20.04, ubuntu-22.04-mbedtls-3.1] steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -98,7 +98,7 @@ jobs: if: "!contains(github.ref, 'coverity_scan')" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -119,7 +119,7 @@ jobs: if: "!contains(github.ref, 'coverity_scan')" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer @@ -140,7 +140,7 @@ jobs: if: "!contains(github.ref, 'coverity_scan')" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Launch Action @@ -160,7 +160,7 @@ jobs: if: contains(github.ref, 'coverity_scan') steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: fix-sanitizer