Skip to content

Commit 98909bb

Browse files
Chore(deps): Bump the all-actions group across 1 directory with 9 updates
Bumps the all-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) | `2.3.3` | `2.4.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.9` | `8.1.1` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `7.0.1` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.268.0` | `1.321.0` | | [mnao305/chrome-extension-upload](https://github.com/mnao305/chrome-extension-upload) | `5.0.0` | `6.0.0` | | [kewisch/action-web-ext](https://github.com/kewisch/action-web-ext) | `1.3` | `2.0` | Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) Updates `rtCamp/action-slack-notify` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.3.3...v2.4.0) Updates `peter-evans/create-pull-request` from 7.0.9 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@84ae59a...5f6978f) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/upload-artifact` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...043fb46) Updates `ruby/setup-ruby` from 1.268.0 to 1.321.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@v1.268.0...v1.321.0) Updates `mnao305/chrome-extension-upload` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/mnao305/chrome-extension-upload/releases) - [Commits](mnao305/chrome-extension-upload@4008e29...fdfe794) Updates `kewisch/action-web-ext` from 1.3 to 2.0 - [Release notes](https://github.com/kewisch/action-web-ext/releases) - [Commits](kewisch/action-web-ext@fe10add...84a13bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: kewisch/action-web-ext dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: mnao305/chrome-extension-upload dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.319.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c857645 commit 98909bb

12 files changed

Lines changed: 36 additions & 36 deletions

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL

.github/workflows/deployFreighterApiBeta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
ref: release/${{ github.event.inputs.release }}
2222
fetch-depth: 0
2323
- name: Enable Corepack
2424
run: corepack enable
2525
- name: Build package
26-
uses: actions/setup-node@v6
26+
uses: actions/setup-node@v7
2727
with:
2828
node-version: 22
2929
registry-url: "https://registry.npmjs.org"
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
- name: Slack Notification
44-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 #v2.3.3
44+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 #v2.4.0
4545
env:
4646
MSG_MINIMAL: true
4747
SLACK_CHANNEL: team-wallet-eng

.github/workflows/deployFreighterApiProduction.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
- name: Enable Corepack
1919
run: corepack enable
2020
- name: Build package
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@v7
2222
with:
2323
node-version: 22
2424
registry-url: "https://registry.npmjs.org"
@@ -38,13 +38,13 @@ jobs:
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
- name: Create Pull Request
41-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #v7.0.9
41+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 #v8.1.1
4242
with:
4343
title:
4444
Bump @stellar/freighter-api version to ${{
4545
github.event.inputs.version }}
4646
- name: Slack Notification
47-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 #v2.3.3
47+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 #v2.4.0
4848
env:
4949
MSG_MINIMAL: true
5050
SLACK_CHANNEL: release

.github/workflows/newRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "branch=${BRANCH}" >> $GITHUB_OUTPUT
5353
5454
- name: Checkout code
55-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
55+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
5656
with:
5757
fetch-depth: 0
5858
fetch-tags: true
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Open PR against release branch
199199
if: ${{ steps.commit_version_branch.outputs.has_changes == 'true' }}
200-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
200+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
201201
env:
202202
APP_VERSION: ${{ steps.normalize_version.outputs.app_version }}
203203
RELEASE_BRANCH: ${{ steps.set_branches.outputs.release_branch }}
@@ -296,7 +296,7 @@ jobs:
296296
if:
297297
inputs.branch == 'master' &&
298298
steps.commit_and_push_bump_version.outputs.has_changes == 'true'
299-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
299+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
300300
env:
301301
APP_VERSION: ${{ steps.normalize_version.outputs.app_version }}
302302
with:

.github/workflows/prPreview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
exit 1
7676
7777
- name: Checkout code
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
78+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
7979
with:
8080
# Default leaves a GITHUB_TOKEN auth header in .git/config for the
8181
# rest of the job. With contents:write granted, any subsequent
@@ -110,7 +110,7 @@ jobs:
110110
mv /tmp/v2.json ./extension/public/static/manifest/v2.json
111111
112112
- name: Setup Node
113-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
113+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
114114
with:
115115
node-version: 22
116116

.github/workflows/runIntegrationTests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run: |
2222
echo "Error: This workflow must be run from the master branch."
2323
exit 1
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2525
with:
2626
fetch-depth: 1
2727
- run: corepack enable
28-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
28+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2929
with:
3030
node-version: 22
3131
- run: yarn
@@ -35,7 +35,7 @@ jobs:
3535
- run: yarn build:extension
3636
- run: yarn test:ci
3737
- run: yarn test:e2e
38-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
38+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939
if: ${{ !cancelled() }}
4040
with:
4141
name: playwright-report

.github/workflows/runTests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
timeout-minutes: 45
1515
runs-on: macos-latest-xlarge
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
1818
with:
1919
fetch-depth: 1
2020
- run: corepack enable
21-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
21+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2222
with:
2323
node-version: 22
2424
- run: yarn
@@ -28,7 +28,7 @@ jobs:
2828
- run: yarn build:extension
2929
- run: yarn test:ci
3030
- run: yarn test:e2e
31-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
31+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3232
if: ${{ !cancelled() }}
3333
with:
3434
name: playwright-report

.github/workflows/socket-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
socket-scan:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
47-
- uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
46+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
47+
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
4848
with:
4949
ruby-version: "3.4.9"
50-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
50+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5151
with:
5252
node-version: "22.22.3"
5353
- name: Enable Corepack (yarn/pnpm per repo packageManager)

.github/workflows/submitBeta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
gh run cancel ${{ github.run_id }}
3535
gh run watch ${{ github.run_id }}
3636
- name: Checkout code
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
ref:
4040
${{ github.event.inputs.ref_name != '' &&
@@ -90,7 +90,7 @@ jobs:
9090
- name: Enable Corepack
9191
run: corepack enable
9292
- name: Build extension
93-
uses: actions/setup-node@v6
93+
uses: actions/setup-node@v7
9494
with:
9595
node-version: 22
9696
- run: >
@@ -144,7 +144,7 @@ jobs:
144144
asset_content_type: application/zip
145145
# - name:
146146
- name: Submit extension to Chrome
147-
uses: mnao305/chrome-extension-upload@4008e29e13c144d0f6725462cbd49b7c291b4928 #v5.0.0
147+
uses: mnao305/chrome-extension-upload@fdfe79400af990f5145a319e834aee64907ccff4 #v6.0.0
148148
with:
149149
file-path: ./extension/build/build.zip
150150
extension-id: "kcigoalhjaghfigblagmiopnefgenfjb"
@@ -154,7 +154,7 @@ jobs:
154154
publish: true
155155
publish-target: trustedTesters
156156
- name: Slack Notification
157-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 #v2.3.3
157+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 #v2.4.0
158158
env:
159159
MSG_MINIMAL: true
160160
SLACK_CHANNEL: team-wallet-eng

.github/workflows/submitProduction.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
exit 1
4545
fi
4646
- name: Checkout code
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
ref:
5050
${{ github.event.inputs.ref_name != '' &&
@@ -61,7 +61,7 @@ jobs:
6161
- name: Enable Corepack
6262
run: corepack enable
6363
- name: Build extension
64-
uses: actions/setup-node@v6
64+
uses: actions/setup-node@v7
6565
with:
6666
node-version: 22
6767
- run: >
@@ -105,12 +105,12 @@ jobs:
105105
commitish: ${{ steps.checkout_sha.outputs.sha }}
106106
- name: Build for Firefox
107107
id: web-ext-build
108-
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c #v1
108+
uses: kewisch/action-web-ext@84a13bb9e1b6108c43788ba091c41ca1dba6ad45 #v2.0
109109
with:
110110
cmd: build
111111
source: ./extension/build
112112
- name: Submit extension to Firefox
113-
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c #v1
113+
uses: kewisch/action-web-ext@84a13bb9e1b6108c43788ba091c41ca1dba6ad45 #v2.0
114114
with:
115115
cmd: sign
116116
source: ${{ steps.web-ext-build.outputs.target }}
@@ -127,7 +127,7 @@ jobs:
127127
run: zip -qq -r ./build_chrome.zip *
128128
working-directory: ./extension/build
129129
- name: Submit extension to Chrome
130-
uses: mnao305/chrome-extension-upload@4008e29e13c144d0f6725462cbd49b7c291b4928 #v5.0.0
130+
uses: mnao305/chrome-extension-upload@fdfe79400af990f5145a319e834aee64907ccff4 #v6.0.0
131131
with:
132132
file-path: ./extension/build/build_chrome.zip
133133
extension-id: "bcacfldlkkdogcmkkibnjlakofdplcbk"
@@ -153,7 +153,7 @@ jobs:
153153
asset_name: build-${{ steps.package_version.outputs.version }}.zip
154154
asset_content_type: application/zip
155155
- name: Slack Notification
156-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 #v2.3.3
156+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 #v2.4.0
157157
env:
158158
MSG_MINIMAL: true
159159
SLACK_CHANNEL: release

0 commit comments

Comments
 (0)