diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-13 09:17:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 09:17:37 +0200 |
commit | da7b4079eebafeea177f5ff5aee8134a16a135d0 (patch) | |
tree | f7ddaaab4867ed776aa4429b8d96a4d69285aebb /.github | |
parent | 14ae779d6293860a89bd7fdded535418df4b1456 (diff) | |
parent | acf0f16491f14bd6662f8c0a052f18de0cb1cccd (diff) | |
download | nextcloud-server-da7b4079eebafeea177f5ff5aee8134a16a135d0.tar.gz nextcloud-server-da7b4079eebafeea177f5ff5aee8134a16a135d0.zip |
Merge pull request #38786 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-compile.yml | 4 | ||||
-rw-r--r-- | .github/workflows/command-pull-3rdparty.yml | 4 | ||||
-rw-r--r-- | .github/workflows/command-rebase.yml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 1d6b49971e3..09131179fef 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -23,7 +23,7 @@ jobs: require: write - name: Add reaction on start - uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 with: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} @@ -108,7 +108,7 @@ jobs: git push --force origin ${{ needs.init.outputs.head_ref }} - name: Add reaction on failure - uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 if: failure() with: token: ${{ secrets.COMMAND_BOT_PAT }} diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml index 83232e22c67..a8f32818242 100644 --- a/.github/workflows/command-pull-3rdparty.yml +++ b/.github/workflows/command-pull-3rdparty.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Add reaction on start - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa with: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} @@ -46,7 +46,7 @@ jobs: git push - name: Add reaction on failure - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa if: failure() with: token: ${{ secrets.COMMAND_BOT_PAT }} diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index ec95ccbbf4b..d713df36c6d 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Add reaction on start - uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 with: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} - name: Add reaction on failure - uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 + uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 if: failure() with: token: ${{ secrets.COMMAND_BOT_PAT }} |