diff --git a/.github/workflows/_security-alerts.yml b/.github/workflows/_security-alerts.yml index 454a80e58b8b..43220c9be9bf 100644 --- a/.github/workflows/_security-alerts.yml +++ b/.github/workflows/_security-alerts.yml @@ -36,7 +36,7 @@ jobs: if_no_artifact_found: warn - name: Teams Notification - uses: DevExpress/github-actions/send-teams-notification@v1 + uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{ secrets.TEAMS_SECURITY_ALERTS }} alerts: ${{ needs.fetch.outputs.alerts }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d8072a50e5bd..9c3ae550c66a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -101,7 +101,7 @@ jobs: restore-keys: ${{ runner.os }} - name: Teams Notification - uses: DevExpress/github-actions/send-teams-notification@v1 + uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{ secrets.TEAMS_HOOK_TMP }} alerts: ${{ env.ALERTS }} diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index 95d309db8bb3..339c29d1e0eb 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v6 - name: Get changed files - uses: DevExpress/github-actions/get-changed-files@v1 + uses: DevExpress/github-actions/get-changed-files@get-changed-files with: gh-token: ${{ secrets.GITHUB_TOKEN }} paths: 'apps/demos/Demos/**/*' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 653a23b8c9b0..4a748833636d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -243,7 +243,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/packages_publishing.yml b/.github/workflows/packages_publishing.yml index e88ffc892753..8810c4535348 100644 --- a/.github/workflows/packages_publishing.yml +++ b/.github/workflows/packages_publishing.yml @@ -150,7 +150,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/paths.yml b/.github/workflows/paths.yml index fefcc6c14825..45dacf464e97 100644 --- a/.github/workflows/paths.yml +++ b/.github/workflows/paths.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/pr-filter-stubs.yml b/.github/workflows/pr-filter-stubs.yml index f796da28a87b..4dc8d4e16151 100644 --- a/.github/workflows/pr-filter-stubs.yml +++ b/.github/workflows/pr-filter-stubs.yml @@ -20,7 +20,7 @@ jobs: - name: Other files filter id: otherFilesFilter - uses: DevExpress/github-actions/pr-filter@v1 + uses: DevExpress/github-actions/pr-filter@pr-filter with: paths: '**;!apps/**/*.md' gh-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/qunit_tests.yml b/.github/workflows/qunit_tests.yml index c19897071213..6c0ff2c13d01 100644 --- a/.github/workflows/qunit_tests.yml +++ b/.github/workflows/qunit_tests.yml @@ -183,7 +183,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/renovation.yml b/.github/workflows/renovation.yml index bb77dad3110c..fd81a8e02978 100644 --- a/.github/workflows/renovation.yml +++ b/.github/workflows/renovation.yml @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index c4ff77aebd4c..9540d0d0692d 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 47b64acaadbb..63b7282cd881 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -532,7 +532,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/themebuilder_tests.yml b/.github/workflows/themebuilder_tests.yml index 7f34d341c7bd..b36e90236860 100644 --- a/.github/workflows/themebuilder_tests.yml +++ b/.github/workflows/themebuilder_tests.yml @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/ts_declarations.yml b/.github/workflows/ts_declarations.yml index 120c4016420a..018ea709d954 100644 --- a/.github/workflows/ts_declarations.yml +++ b/.github/workflows/ts_declarations.yml @@ -109,7 +109,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: DevExpress/github-actions/send-teams-notification@v1 + - uses: DevExpress/github-actions/send-teams-notification@send-teams-notification with: hook_url: ${{secrets.TEAMS_ALERT}} bearer_token: ${{secrets.GITHUB_TOKEN}}