summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-12 14:00:00 +0900
committerGitHub <noreply@github.com>2023-03-11 21:00:00 -0800
commit2570374bc8779a923f3bc42fe1731eefbb743edf (patch)
tree5c2e0f1762c75557ba9fa34813b47b26d63836b4 /.github
parente4caf59cc112d3fca6bc1f8e912135f856061218 (diff)
Update ruby/action-slack v3.1.1 (#7505)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/annocheck.yml2
-rw-r--r--.github/workflows/baseruby.yml2
-rw-r--r--.github/workflows/bundled_gems.yml2
-rw-r--r--.github/workflows/check_dependencies.yml2
-rw-r--r--.github/workflows/check_misc.yml2
-rw-r--r--.github/workflows/cirrus-notify.yml2
-rw-r--r--.github/workflows/compilers.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/mingw.yml2
-rw-r--r--.github/workflows/rjit-bindgen.yml2
-rw-r--r--.github/workflows/rjit.yml2
-rw-r--r--.github/workflows/spec_guards.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/wasm.yml2
-rw-r--r--.github/workflows/windows.yml2
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
16 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml
index d742329632..09c8c56ebb 100644
--- a/.github/workflows/annocheck.yml
+++ b/.github/workflows/annocheck.yml
@@ -135,7 +135,7 @@ jobs:
- run: make test-annocheck
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 4e421a1041..e877faf83f 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -56,7 +56,7 @@ jobs:
- run: make incs
- run: make all
- run: make test
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index 1c64b2444f..6d9c3a2ece 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -116,7 +116,7 @@ jobs:
GIT_COMMITTER_NAME: git
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.show.outcome == 'failure' }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index de7bd5af37..411d3e2b60 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -57,7 +57,7 @@ jobs:
- run: make all golf
- run: ruby tool/update-deps --fix
- run: git diff --no-ext-diff --ignore-submodules --exit-code
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index 9a307c327c..faa0889892 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -84,7 +84,7 @@ jobs:
GIT_COMMITTER_NAME: git
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.diff.outcome == 'failure' }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml
index e23dbf2de3..eda03d1757 100644
--- a/.github/workflows/cirrus-notify.yml
+++ b/.github/workflows/cirrus-notify.yml
@@ -32,7 +32,7 @@ jobs:
env:
CHECK_RUNS: ${{ steps.get_failed_check_run.outputs.data }}
run: echo "$CHECK_RUNS"
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 7beb6d9624..e772e04fe0 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -262,7 +262,7 @@ jobs:
- run: make test-annocheck
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 660eb158b2..f458b3e625 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -91,7 +91,7 @@ jobs:
PRECHECK_BUNDLED_GEMS: "no"
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 245b82a70e..6aca078993 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -151,7 +151,7 @@ jobs:
make ${{ StartsWith(matrix.test_task, 'spec/') && matrix.test_task || 'test-spec' }}
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/')}}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml
index 67689f0118..e38514cb4f 100644
--- a/.github/workflows/rjit-bindgen.yml
+++ b/.github/workflows/rjit-bindgen.yml
@@ -78,7 +78,7 @@ jobs:
- run: make ${{ matrix.task }}
- run: git diff --exit-code
working-directory: src
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/rjit.yml b/.github/workflows/rjit.yml
index 001e60c27f..c5aac67013 100644
--- a/.github/workflows/rjit.yml
+++ b/.github/workflows/rjit.yml
@@ -107,7 +107,7 @@ jobs:
env:
GNUMAKEFLAGS: ""
RUN_OPTS: ${{ matrix.run_opts }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml
index 13d056610e..870449fc04 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -42,7 +42,7 @@ jobs:
working-directory: spec/ruby
env:
CHECK_LEAKS: true
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index f3c94dc6eb..7a9a2ae3ec 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -118,7 +118,7 @@ jobs:
TESTS: ${{ matrix.skipped_tests }}
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml
index 437bbe7b2e..d145183d73 100644
--- a/.github/workflows/wasm.yml
+++ b/.github/workflows/wasm.yml
@@ -108,7 +108,7 @@ jobs:
ruby ./bootstraptest/runner.rb --ruby="$(which wasmtime) run $PWD/../build/ruby --mapdir /::./ -- " --verbose "--sets=$NO_THREAD_TESTS"
working-directory: src
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 629ee8b27b..68a0821db8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -139,7 +139,7 @@ jobs:
env:
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal
timeout-minutes: 60
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 54d9b3826d..36f1f7b210 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -152,7 +152,7 @@ jobs:
BASE_REPO: ${{ github.event.pull_request.base.repo.full_name }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
if: ${{ matrix.test_task == 'yjit-bench' && startsWith(github.event_name, 'pull') }}
- - uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
+ - uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
with:
payload: |
{