diff --git a/.github/workflows/shared-codeql.yaml b/.github/workflows/shared-codeql.yaml index f422121..c2be35e 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 34ca414..e6ca0ce 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 7ac7f7b..57704d5 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