diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1c1bbf0..41e1f89 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@v3 + 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 2645d74..6c7fe94 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@v3 + - 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 5a33027..3a0ffaf 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@v3 + uses: actions/checkout@v5 - name: Run unit tests on MacOS run: go test -v -race ./iscsi/... diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 4f6dbb9..807c4dc 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -16,7 +16,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Unit test run: | diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 28cce5b..7ff0fc9 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -14,7 +14,7 @@ jobs: id: go - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Build a binary run: | diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index b8abca5..88dada1 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -16,7 +16,7 @@ jobs: go-version: ^1.19 id: go - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Build Test run: | go build -a -o example/iscsi-lib-example.exe ./example