From 88d2eb11796c43a867fb52bb61c5492782e18121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:02:41 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v6 --- .github/workflows/ossf_scorecard.yml | 2 +- .github/workflows/rename_template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 2d1cd4a..b519261 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -31,7 +31,7 @@ jobs: # checks: read # To detect SAST tools steps: - name: Check out the codebase - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/rename_template.yml b/.github/workflows/rename_template.yml index 270e09b..c512a1a 100644 --- a/.github/workflows/rename_template.yml +++ b/.github/workflows/rename_template.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Check out the codebase - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Set $REPOSITORY_NAME run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '-' '_' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV