diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index 83fe4f8..c6c43aa 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history for proper versioning diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ac7dfa8..565a27d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history for proper versioning diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 858ae14..59069d1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -35,7 +35,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v6 # v4.2.2 + uses: actions/checkout@v7 # v4.2.2 with: persist-credentials: false