diff --git a/.github/workflows/apollo-build.yml b/.github/workflows/apollo-build.yml index acbfeb0..ec9a04e 100644 --- a/.github/workflows/apollo-build.yml +++ b/.github/workflows/apollo-build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Build and Deploy Apollo Docker Image uses: ./.github/actions/docker-build diff --git a/.github/workflows/artemis-build.yml b/.github/workflows/artemis-build.yml index 8934fa5..cdacd60 100644 --- a/.github/workflows/artemis-build.yml +++ b/.github/workflows/artemis-build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Build and Deploy Artemis Docker Image uses: ./.github/actions/docker-build diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 266a47e..26db3b4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write steps: - name: Label PRs - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 59615b5..1f44356 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -12,6 +12,6 @@ permissions: jobs: merge-bot: if: github.repository_owner == 'withstudiocms' && github.event_name == 'push' && !contains(github.event.head_commit.message, '[ci] lint') - uses: withstudiocms/automations/.github/workflows/mergebot.yml@fe2d43b13c8a63e34ba8b0b9e16008149d8af55f # main + uses: withstudiocms/automations/.github/workflows/mergebot.yml@f32588d80ce35d57905264f7fa473b0f6e297c0a # main secrets: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }} \ No newline at end of file