From 98b75ff7d304d17d7a768b85d5db020880f4d89e Mon Sep 17 00:00:00 2001 From: Oksana Salyk Date: Fri, 31 Jan 2025 10:05:55 +0100 Subject: [PATCH] common: update actions/checkout version --- .github/workflows/scan_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_coverage.yml b/.github/workflows/scan_coverage.yml index 6be2314d7e..ecf22543cf 100644 --- a/.github/workflows/scan_coverage.yml +++ b/.github/workflows/scan_coverage.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the git repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@v4.2.2 - name: Pull the image run: cd $WORKDIR && ./pull-or-rebuild-image.sh