diff --git a/.github/workflows/caches.yml b/.github/workflows/caches.yml index 1d0f0d7..4895c61 100644 --- a/.github/workflows/caches.yml +++ b/.github/workflows/caches.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Install a GitHub CLI cache extension diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 776ec16..c51be9a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - uses: actions/setup-go@v5.0.0 with: { go-version: 1.22.x, cache: true } diff --git a/.github/workflows/ci.healthcheck.yml b/.github/workflows/ci.healthcheck.yml index 26c13bf..eb1ed11 100644 --- a/.github/workflows/ci.healthcheck.yml +++ b/.github/workflows/ci.healthcheck.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d55116..ab26a18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0 @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Fetch code coverage report diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b171f66..9526a9d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,5 +17,5 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 with: { fetch-depth: 0, ref: '${{ github.event.pull_request.head.ref }}' } diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index dba85e4..92f6d0d 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0