diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 89cac5a4..9e32e3c0 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -50,7 +50,7 @@ jobs: app-id: ${{ secrets.GH_APP_ID_RELEASER }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }} - name: Checkout the repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: true ref: main diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index d00ea6a2..eb3bfc88 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: Check license headers diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e7f2375..f4341b3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 0 persist-credentials: false @@ -51,7 +51,7 @@ jobs: checks: write contents: read steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: Set up Go