From f4b19cd842648b9bd9ffd8622f1fc890fb5152c1 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 3 Nov 2023 10:16:51 +0100 Subject: [PATCH] ci: manifest: update checkout action and do not keep credentials Use the latest checkout action, and do not keep GH credentials on the file system after checkout (they are not needed). Signed-off-by: Gerard Marull-Paretas --- .github/workflows/manifest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 89442864c08c..5de4675ebe38 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -13,11 +13,12 @@ jobs: name: Manifest steps: - name: Checkout the code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ncs/nrf ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 + persist-credentials: false - name: Manifest uses: zephyrproject-rtos/action-manifest@16c4cfa380ae2b6fa3daddb1a35032e69422a20f