From 1113d87cd61603644d53a383eb5f3dc2fcd152c7 Mon Sep 17 00:00:00 2001 From: Mateusz Tomczak Date: Mon, 8 Dec 2025 12:48:58 +0100 Subject: [PATCH] Update GHA workflows to use Actions Checkout LTS v6 [Dev-134] --- .github/workflows/bearer_sast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bearer_sast.yml b/.github/workflows/bearer_sast.yml index 2963d8a..e173ba4 100644 --- a/.github/workflows/bearer_sast.yml +++ b/.github/workflows/bearer_sast.yml @@ -9,7 +9,7 @@ jobs: Bearer: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install reviewdog uses: reviewdog/action-setup@v1