From 11dd830dd7ab934b348a51c141b08d54f8e1dcf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:51:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/lint-gh.yaml | 2 +- .github/workflows/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-gh.yaml b/.github/workflows/lint-gh.yaml index 585763a..414d767 100644 --- a/.github/workflows/lint-gh.yaml +++ b/.github/workflows/lint-gh.yaml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout Repo - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 164c25e..70538d5 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -32,7 +32,7 @@ jobs: egress-policy: audit - name: Checkout Source - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: persist-credentials: false - name: Run Gosec Security Scanner