Skip to content

Commit 260c2e4

Browse files
authored
Revert "chore(deps): update slackapi/slack-github-action action to v2 (dev)"
1 parent 5ab5a54 commit 260c2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changesets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: Send Slack announcement of release
8282
if: matrix.package.name == '@neo4j/graphql'
83-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
83+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
8484
with:
8585
payload: '{"version":"${{ matrix.package.version }}"}'
8686
env:

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: check
6060
- name: Send Slack announcement of pipeline failure
6161
if: steps.check.outputs.status == 'failure' && github.event_name == 'schedule'
62-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
62+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
6363
with:
6464
payload: '{"url":"https://github.com/neo4j/graphql/actions/runs/${{ github.run_id }}"}'
6565
env:

0 commit comments

Comments
 (0)