diff --git a/.github/workflows/caches.yml b/.github/workflows/caches.yml index 3f80fc0..9177d2d 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.1 + uses: actions/checkout@v4.1.2 with: { fetch-depth: 0 } - name: Install a GitHub CLI cache extension diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0d224da..376b5e7 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.1 + - uses: actions/checkout@v4.1.2 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 23738b9..4a35993 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.1 + uses: actions/checkout@v4.1.2 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 b592b72..ef86769 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.1 + uses: actions/checkout@v4.1.2 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.1 + uses: actions/checkout@v4.1.2 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.1 + uses: actions/checkout@v4.1.2 with: { fetch-depth: 0 } - name: Fetch code coverage report diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cb6d070..b171f66 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.1 + - uses: actions/checkout@v4.1.2 with: { fetch-depth: 0, ref: '${{ github.event.pull_request.head.ref }}' } diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 46bf379..c4fa98c 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.1 + uses: actions/checkout@v4.1.2 with: { fetch-depth: 0 } - name: Set up Go environment uses: actions/setup-go@v5.0.0