From 2d5c83343026cf3e6a832a2d67e21c86ff0018f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:05:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to f43a0e5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/issue-label-manager.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8fe3dc7..b71957d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: steps: - name: check out the codebase - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: set up python in minimum required version uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dfe6aab..18531e4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: pages: write steps: - name: check out the codebase - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch ref: ${{ github.head_ref }} diff --git a/.github/workflows/issue-label-manager.yml b/.github/workflows/issue-label-manager.yml index 5a345f0..2a98d1a 100644 --- a/.github/workflows/issue-label-manager.yml +++ b/.github/workflows/issue-label-manager.yml @@ -20,7 +20,7 @@ jobs: name: Invoke issue-label-manager action runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: crazy-max/ghaction-github-labeler@3de87da19416edc45c90cd89e7a4ea922a3aae5a # v4 if: success() with: