Skip to content

Commit 3e11a85

Browse files
chore(deps): bump the github-action-dependencies group across 1 directory with 4 updates
Bumps the github-action-dependencies group with 4 updates in the / directory: [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [kenji-miyake/setup-sd](https://github.com/kenji-miyake/setup-sd). Updates `cycjimmy/semantic-release-action` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@0a51e81...c4a2fa8) Updates `slackapi/slack-github-action` from 1.26.0 to 2.1.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@70cd7be...b0fa283) Updates `ruby/setup-ruby` from 1.229.0 to 1.244.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@354a1ad...13e7a03) Updates `kenji-miyake/setup-sd` from 08c14e27d65a1c215342ef00c81583ae67f4c5ef to f4181660873fa5814708e1c0a640d8e9975a4ae5 - [Release notes](https://github.com/kenji-miyake/setup-sd/releases) - [Commits](kenji-miyake/setup-sd@08c14e2...f418166) --- updated-dependencies: - dependency-name: cycjimmy/semantic-release-action dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: slackapi/slack-github-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.244.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: kenji-miyake/setup-sd dependency-version: f4181660873fa5814708e1c0a640d8e9975a4ae5 dependency-type: direct:production dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3008e52 commit 3e11a85

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/deploy-sdk.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232

3333
- name: Deploy git tag via semantic release
34-
uses: cycjimmy/semantic-release-action@0a51e81a6baff2acad3ee88f4121c589c73d0f0e # v4.2.0
34+
uses: cycjimmy/semantic-release-action@16ca923e6ccbb50770c415a0ccd43709a8c5f7a4 # v4.2.2
3535
id: semantic-release
3636
with:
3737
semantic_version: latest
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4747

4848
- name: Notify team of git tag being created
49-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
49+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
5050
if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
5151
with:
5252
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -89,7 +89,7 @@ jobs:
8989
# environment: production
9090

9191
- name: Notify team of failure
92-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
92+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
9393
if: ${{ failure() }} # only run this if any previous step failed
9494
with:
9595
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -143,7 +143,7 @@ jobs:
143143
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
144144

145145
- name: Notify team of successful deployment
146-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
146+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
147147
if: ${{ success() }}
148148
with:
149149
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -178,7 +178,7 @@ jobs:
178178
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
179179

180180
- name: Notify team of failure
181-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
181+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
182182
if: ${{ failure() }} # only run this if any previous step failed
183183
with:
184184
# Use block kit to format the Slack message: https://app.slack.com/block-kit-builder

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
echo "sdkVersion=${{ env.LATEST_TAG }}" >> "test-app/local.env"
7171
7272
- name: Install tools from Gemfile (ruby language) used for building our apps with
73-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
73+
uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
7474
with:
7575
ruby-version: '3.0'
7676
bundler-cache: true
7777

7878
- name: Install sd CLI to use later in the workflow
79-
uses: kenji-miyake/setup-sd@08c14e27d65a1c215342ef00c81583ae67f4c5ef # v2.0.0
79+
uses: kenji-miyake/setup-sd@f4181660873fa5814708e1c0a640d8e9975a4ae5 # v2.0.0
8080

8181
- name: Bundle install
8282
working-directory: test-app
@@ -205,7 +205,7 @@ jobs:
205205
xcode-version: "16.2"
206206

207207
- name: Install tools from Gemfile (ruby language) used for building our apps with
208-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
208+
uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
209209
with:
210210
ruby-version: '3.0'
211211
bundler-cache: true

0 commit comments

Comments
 (0)