File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
2222 - name : Build and Deploy Apollo Docker Image
2323 uses : ./.github/actions/docker-build
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
2222 - name : Build and Deploy Artemis Docker Image
2323 uses : ./.github/actions/docker-build
Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 steps :
2121 - name : Label PRs
22- uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
22+ uses : actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
2323 with :
2424 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2525 configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ permissions:
1212jobs :
1313 merge-bot :
1414 if : github.repository_owner == 'withstudiocms' && github.event_name == 'push' && !contains(github.event.head_commit.message, '[ci] lint')
15- uses : withstudiocms/automations/.github/workflows/mergebot.yml@fe2d43b13c8a63e34ba8b0b9e16008149d8af55f # main
15+ uses : withstudiocms/automations/.github/workflows/mergebot.yml@f32588d80ce35d57905264f7fa473b0f6e297c0a # main
1616 secrets :
1717 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
You can’t perform that action at this time.
0 commit comments