diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b5240b..a153faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 60 steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Secret scan diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f71e1a4..2583a97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -97,7 +97,7 @@ jobs: digest: ${{ steps.build.outputs.digest }} steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -150,7 +150,7 @@ jobs: digest: ${{ steps.build.outputs.digest }} steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -254,7 +254,7 @@ jobs: packages: write steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false