From 169d9b4c3871dea5f7a0897a8f996286a90f12eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 04:11:50 +0000 Subject: [PATCH] chore: bump Gamesight/slack-workflow-status from 1.2.0 to 1.3.0 (#101) Bumps [Gamesight/slack-workflow-status](https://github.com/gamesight/slack-workflow-status) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/gamesight/slack-workflow-status/releases) - [Commits](https://github.com/gamesight/slack-workflow-status/compare/26a36836c887f260477432e4314ec3490a84f309...68bf00d0dbdbcb206c278399aa1ef6c14f74347a) --- updated-dependencies: - dependency-name: Gamesight/slack-workflow-status dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/delete-old-runs.yml | 2 +- .github/workflows/generate-release.yml | 2 +- .github/workflows/greetings.yml | 2 +- .github/workflows/handle-stale.yml | 2 +- .github/workflows/purge-obsolete-runs.yml | 2 +- .github/workflows/repo-linting.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test-action-go.yml | 2 +- .github/workflows/test-action-node.yml | 2 +- .github/workflows/test-action-perl.yml | 2 +- .github/workflows/test-action-php.yml | 2 +- .github/workflows/test-action-python.yml | 2 +- .github/workflows/test-action-ruby.yml | 2 +- .github/workflows/test-action-terraform.yml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 93f0fd8..cb776a6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/delete-old-runs.yml b/.github/workflows/delete-old-runs.yml index fed2c55..b66e6be 100644 --- a/.github/workflows/delete-old-runs.yml +++ b/.github/workflows/delete-old-runs.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/generate-release.yml b/.github/workflows/generate-release.yml index e445cec..c548c30 100644 --- a/.github/workflows/generate-release.yml +++ b/.github/workflows/generate-release.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 731ee2f..116810e 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/handle-stale.yml b/.github/workflows/handle-stale.yml index 0d5c3e3..2b9e11d 100644 --- a/.github/workflows/handle-stale.yml +++ b/.github/workflows/handle-stale.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/purge-obsolete-runs.yml b/.github/workflows/purge-obsolete-runs.yml index 8f29ade..d8606e5 100644 --- a/.github/workflows/purge-obsolete-runs.yml +++ b/.github/workflows/purge-obsolete-runs.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/repo-linting.yml b/.github/workflows/repo-linting.yml index 04a1d2b..fb2bc1f 100644 --- a/.github/workflows/repo-linting.yml +++ b/.github/workflows/repo-linting.yml @@ -147,7 +147,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e7f286a..29b79d1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-go.yml b/.github/workflows/test-action-go.yml index 9d76cbe..98a43cf 100644 --- a/.github/workflows/test-action-go.yml +++ b/.github/workflows/test-action-go.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-node.yml b/.github/workflows/test-action-node.yml index 3f297ad..a716567 100644 --- a/.github/workflows/test-action-node.yml +++ b/.github/workflows/test-action-node.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-perl.yml b/.github/workflows/test-action-perl.yml index e61bf81..0f83f02 100644 --- a/.github/workflows/test-action-perl.yml +++ b/.github/workflows/test-action-perl.yml @@ -129,7 +129,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-php.yml b/.github/workflows/test-action-php.yml index 4283694..9492df3 100644 --- a/.github/workflows/test-action-php.yml +++ b/.github/workflows/test-action-php.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-python.yml b/.github/workflows/test-action-python.yml index 840f30b..e3e549f 100644 --- a/.github/workflows/test-action-python.yml +++ b/.github/workflows/test-action-python.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-ruby.yml b/.github/workflows/test-action-ruby.yml index 0ae7888..1c53265 100644 --- a/.github/workflows/test-action-ruby.yml +++ b/.github/workflows/test-action-ruby.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/.github/workflows/test-action-terraform.yml b/.github/workflows/test-action-terraform.yml index be7cbfc..b8ffa26 100644 --- a/.github/workflows/test-action-terraform.yml +++ b/.github/workflows/test-action-terraform.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Slack Workflow Notifications if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }} - uses: Gamesight/slack-workflow-status@26a36836c887f260477432e4314ec3490a84f309 # v1.2.0 + uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}