diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ccf90077cd65e..44f177d257c8d 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -61,7 +61,7 @@ jobs: pull-requests: write needs: get-containers steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 name: Checkout Repository with: ref: ${{ github.event.pull_request.head.ref }} @@ -102,7 +102,7 @@ jobs: matrix: container: ${{ fromJSON(needs.get-containers.outputs.containers) }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 name: Checkout Repository with: # Full history is not required anymore diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 600ceb485d78e..bd4d6932c7047 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -19,7 +19,7 @@ jobs: - name: Install mardownlint run: npm install -g markdownlint-cli@0.33.0 - name: Checkout project - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Execute markdownlint env: DIFF_URL: "${{github.event.pull_request.diff_url}}"