|
47 | 47 | echo "GIT_CONFIG_GLOBAL=$GITHUB_WORKSPACE/.gitconfig" >> $GITHUB_ENV |
48 | 48 |
|
49 | 49 | - name: Checkout |
50 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 50 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
51 | 51 | with: |
52 | 52 | fetch-depth: 0 # Fetch all history for all tags and branches |
53 | 53 |
|
@@ -333,7 +333,7 @@ jobs: |
333 | 333 | image_tag: ${{ steps.version.outputs.image_tag }} |
334 | 334 | version_tag: ${{ steps.version.outputs.version_tag }} |
335 | 335 | steps: |
336 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 336 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
337 | 337 | - name: Authenticate GitHub CLI |
338 | 338 | run: | |
339 | 339 | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token |
@@ -539,7 +539,7 @@ jobs: |
539 | 539 | strategy: |
540 | 540 | matrix: ${{ fromJson(needs.detect-changes.outputs.clients_matrix) }} |
541 | 541 | steps: |
542 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 542 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
543 | 543 | - name: Authenticate GitHub CLI |
544 | 544 | run: | |
545 | 545 | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token |
@@ -723,7 +723,7 @@ jobs: |
723 | 723 | - name: Get runner hostname |
724 | 724 | id: get-hostname |
725 | 725 | run: echo "hostname=$(hostname)" >> $GITHUB_OUTPUT |
726 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 726 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
727 | 727 | - name: Authenticate GitHub CLI |
728 | 728 | run: | |
729 | 729 | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token |
|
0 commit comments