From 4dbbfc70b6466eb336d541a75046d9308d95e54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:51:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 34e1148 --- .github/workflows/shared-codeql.yaml | 2 +- .github/workflows/shared-license.yaml | 4 ++-- .github/workflows/shared-reuse.yaml | 2 +- .github/workflows/sync-teams.yaml | 2 +- workflows/e2e/action.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/shared-codeql.yaml b/.github/workflows/shared-codeql.yaml index f422121..4d0a502 100644 --- a/.github/workflows/shared-codeql.yaml +++ b/.github/workflows/shared-codeql.yaml @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go if: inputs.go-check == true diff --git a/.github/workflows/shared-license.yaml b/.github/workflows/shared-license.yaml index 34ca414..6ebd6b2 100644 --- a/.github/workflows/shared-license.yaml +++ b/.github/workflows/shared-license.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: token: ${{ secrets.pas != '' && secrets.pas || secrets.GITHUB_TOKEN }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/shared-reuse.yaml b/.github/workflows/shared-reuse.yaml index 7ac7f7b..82666b8 100644 --- a/.github/workflows/shared-reuse.yaml +++ b/.github/workflows/shared-reuse.yaml @@ -13,6 +13,6 @@ jobs: reuse: runs-on: ${{ inputs.runs-on}} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: REUSE Compliance Check uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 diff --git a/.github/workflows/sync-teams.yaml b/.github/workflows/sync-teams.yaml index 12a2438..c0ffc52 100644 --- a/.github/workflows/sync-teams.yaml +++ b/.github/workflows/sync-teams.yaml @@ -14,7 +14,7 @@ jobs: name: Sync teams runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: ./workflows/team-syncer with: GH_TOKEN: ${{ secrets.GH_TOKEN_TEAM_SYNCER }} diff --git a/workflows/e2e/action.yaml b/workflows/e2e/action.yaml index d37436d..3a904d3 100644 --- a/workflows/e2e/action.yaml +++ b/workflows/e2e/action.yaml @@ -33,7 +33,7 @@ runs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: repository: cloudoperators/greenhouse