diff --git a/.github/workflows/bot-bot.yml b/.github/workflows/bot-bot.yml index 9eebb2073..ab60f705f 100644 --- a/.github/workflows/bot-bot.yml +++ b/.github/workflows/bot-bot.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-cache.yml b/.github/workflows/bot-cache.yml index 872bae134..4863429e8 100644 --- a/.github/workflows/bot-cache.yml +++ b/.github/workflows/bot-cache.yml @@ -38,7 +38,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -91,7 +91,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-feedstocks.yml b/.github/workflows/bot-feedstocks.yml index acaf20dbd..1b2f16a9f 100644 --- a/.github/workflows/bot-feedstocks.yml +++ b/.github/workflows/bot-feedstocks.yml @@ -24,7 +24,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-make-graph.yml b/.github/workflows/bot-make-graph.yml index ecba10336..65dc31b86 100644 --- a/.github/workflows/bot-make-graph.yml +++ b/.github/workflows/bot-make-graph.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -106,7 +106,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-make-migrators.yml b/.github/workflows/bot-make-migrators.yml index 659b9b557..70386e22a 100644 --- a/.github/workflows/bot-make-migrators.yml +++ b/.github/workflows/bot-make-migrators.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-prs.yml b/.github/workflows/bot-prs.yml index b10075eff..fa7c3b0c8 100644 --- a/.github/workflows/bot-prs.yml +++ b/.github/workflows/bot-prs.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -109,7 +109,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-pypi-mapping.yml b/.github/workflows/bot-pypi-mapping.yml index fa1416b99..b60fea9e0 100644 --- a/.github/workflows/bot-pypi-mapping.yml +++ b/.github/workflows/bot-pypi-mapping.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-update-status-page.yml b/.github/workflows/bot-update-status-page.yml index 01bfa3816..23dc0b532 100644 --- a/.github/workflows/bot-update-status-page.yml +++ b/.github/workflows/bot-update-status-page.yml @@ -22,7 +22,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-versions.yml b/.github/workflows/bot-versions.yml index 4d204de51..69790a1b6 100644 --- a/.github/workflows/bot-versions.yml +++ b/.github/workflows/bot-versions.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 2e9e1e012..0e0844634 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -11,7 +11,7 @@ jobs: name: Cronjob based github action runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 - uses: gautamkrishnar/keepalive-workflow@3eb47f21355191080dca0f7662d45c192d2ef64d # v2 with: commit_message: "Ah ah ah, stayin' alive" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff335aa06..e94fef940 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: type=raw,value=latest - name: build and push image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: context: . push: true diff --git a/.github/workflows/test-model.yml b/.github/workflows/test-model.yml index 96d2a420a..0355d5594 100644 --- a/.github/workflows/test-model.yml +++ b/.github/workflows/test-model.yml @@ -22,7 +22,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 - name: get the lockfile run: | diff --git a/.github/workflows/tests-reusable.yml b/.github/workflows/tests-reusable.yml index 17020c968..c5eda3fdc 100644 --- a/.github/workflows/tests-reusable.yml +++ b/.github/workflows/tests-reusable.yml @@ -39,7 +39,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: repository: "regro/cf-scripts" @@ -110,7 +110,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: build docker image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: context: . push: false @@ -176,7 +176,7 @@ jobs: run: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: repository: "regro/cf-scripts"