From 5f4725ecef7f2c09e0bae2ef713a2e3d3cf4d5d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:36:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .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 55582ca..fec88d9 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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 ea8006f..ad1bbdf 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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 4a88dff..3b2eae1 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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..7622888 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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 f05731f..7adcfc2 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: cloudoperators/greenhouse