diff --git a/.gitea/workflows/java-pull-request-check-template.yml b/.gitea/workflows/java-pull-request-check-template.yml index 740e222..5edc485 100644 --- a/.gitea/workflows/java-pull-request-check-template.yml +++ b/.gitea/workflows/java-pull-request-check-template.yml @@ -138,4 +138,4 @@ jobs: - name: loop fail notification if: ${{ inputs.notification_enabled && job.status == 'failure' }} - uses: https://github.com/mattermost/action-mattermost-notify@master + uses: https://github.com/mattermost/action-mattermost-notify@1.1.0 diff --git a/.gitea/workflows/node-pull-request-check-template.yml b/.gitea/workflows/node-pull-request-check-template.yml index 0d4bdd3..220653e 100644 --- a/.gitea/workflows/node-pull-request-check-template.yml +++ b/.gitea/workflows/node-pull-request-check-template.yml @@ -109,4 +109,4 @@ jobs: - name: loop fail notification if: ${{ inputs.notification_enabled && job.status == 'failure' }} - uses: https://github.com/mattermost/action-mattermost-notify@master + uses: https://github.com/mattermost/action-mattermost-notify@1.1.0 diff --git a/.gitea/workflows/werf-deploy-template.yml b/.gitea/workflows/werf-deploy-template.yml index 7874838..3a8509d 100644 --- a/.gitea/workflows/werf-deploy-template.yml +++ b/.gitea/workflows/werf-deploy-template.yml @@ -197,5 +197,5 @@ jobs: } - name: loop fail notification - uses: https://github.com/mattermost/action-mattermost-notify@master + uses: https://github.com/mattermost/action-mattermost-notify@1.1.0 if: ${{ inputs.notification_enabled && (job.status == 'success' || job.status == 'failure') }} diff --git a/.gitea/workflows/yonote-node-pull-request-check-template.yml b/.gitea/workflows/yonote-node-pull-request-check-template.yml index 99d111c..9c6d221 100644 --- a/.gitea/workflows/yonote-node-pull-request-check-template.yml +++ b/.gitea/workflows/yonote-node-pull-request-check-template.yml @@ -104,4 +104,4 @@ jobs: - name: loop fail notification if: ${{ inputs.notification_enabled && job.status == 'failure' }} - uses: https://github.com/mattermost/action-mattermost-notify@master + uses: https://github.com/mattermost/action-mattermost-notify@1.1.0