diff --git a/.github/workflows/build_all_images.yml b/.github/workflows/build_all_images.yml index 2cde7f1..7ea50c1 100644 --- a/.github/workflows/build_all_images.yml +++ b/.github/workflows/build_all_images.yml @@ -17,7 +17,7 @@ jobs: language_folders: ${{ steps.find-folders.outputs.languages }} project_folders: ${{ steps.find-folders.outputs.projects }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: find-folders run: | diff --git a/.github/workflows/build_multi_arch_image.yml b/.github/workflows/build_multi_arch_image.yml index ff81acf..ead94d4 100644 --- a/.github/workflows/build_multi_arch_image.yml +++ b/.github/workflows/build_multi_arch_image.yml @@ -53,7 +53,7 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - name: setup node diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60eb80c..9413459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: tag_format: '${{ steps.load-config.outputs.TAG_FORMAT }}' steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Get asdf version id: asdf-version run: >- diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index be08699..606454f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: tag_format: '${{ steps.load-config.outputs.TAG_FORMAT }}' steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Get asdf version id: asdf-version run: >- @@ -75,7 +75,7 @@ jobs: sha_short: '${{ steps.commit_id.outputs.sha_short }}' steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: '${{ env.BRANCH_NAME }}' - name: Get Commit ID diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da8dfc7..35f2718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: tag_format: '${{ steps.load-config.outputs.TAG_FORMAT }}' steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Get asdf version id: asdf-version run: >-