diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 162131cc520..e9be9bf8369 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: id: go - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9d063a66416..6c7fe94ccc6 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: codespell-project/actions-codespell@master with: check_filenames: true diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 7e08fad5b28..8968d0051ee 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -17,7 +17,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build Test run: | diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index bc41cb21229..47fa710b2c4 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -17,7 +17,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install packages run: | diff --git a/.github/workflows/pluto.yaml b/.github/workflows/pluto.yaml index 1521d6f7b60..735d9f235ff 100644 --- a/.github/workflows/pluto.yaml +++ b/.github/workflows/pluto.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # https://pluto.docs.fairwinds.com/advanced/#display-options - name: Download pluto diff --git a/.github/workflows/shellcheck.yaml b/.github/workflows/shellcheck.yaml index 716f2f7d4a5..ac8c3a95044 100644 --- a/.github/workflows/shellcheck.yaml +++ b/.github/workflows/shellcheck.yaml @@ -16,7 +16,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master env: diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 39bdadac533..b899c08c6c6 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -16,7 +16,7 @@ jobs: id: go - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build an image from Dockerfile run: | diff --git a/.github/workflows/ubuntu-e2e.yml b/.github/workflows/ubuntu-e2e.yml index d467ee19bd0..bb8b3a0f069 100644 --- a/.github/workflows/ubuntu-e2e.yml +++ b/.github/workflows/ubuntu-e2e.yml @@ -20,7 +20,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: e2e tests run: | diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 2435bb3685e..c79751b5de0 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -17,7 +17,7 @@ jobs: go-version: ^1.16 id: go - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build Test run: | make smb-windows