diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4f915e2..41734ac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index abc8f34..bb8c950 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: name: Integrations steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run integration tests run: make integration stop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6747e6d..31bb34e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Build, Tag, Push steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup env run: | diff --git a/.github/workflows/support-images.yml b/.github/workflows/support-images.yml index 9310e0a..58bc1f9 100644 --- a/.github/workflows/support-images.yml +++ b/.github/workflows/support-images.yml @@ -11,7 +11,7 @@ jobs: name: Build Support Images steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build good nginx image run: | diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 80ed18d..eb3f475 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -8,7 +8,7 @@ jobs: name: Unit steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run unit tests run: make unit_docker