Skip to content

Commit 0ab8c7b

Browse files
committed
ci: update all actions to current versions
1 parent a767bcd commit 0ab8c7b

13 files changed

Lines changed: 43 additions & 43 deletions

.github/workflows/create_test_patches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
# https://github.com/actions/checkout/releases
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
3333

3434
# Future ideas:
3535
# - make into an action, parameterize directories to pack, and package names to install
3636
# - name patches w/PR as "semver prerelease" and SHA as "semver build info". Needs patch-package enhancement.
3737
# https://github.com/actions/setup-node/releases
38-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
38+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939
with:
4040
node-version: 22
4141

.github/workflows/deploy-api-reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
# https://github.com/actions/checkout/releases
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2323
with:
2424
fetch-depth: 0
2525
# https://github.com/actions/setup-node/releases
26-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
26+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: lts/*
2929
registry-url: 'https://registry.npmjs.org'

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
# https://github.com/actions/checkout/releases
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2323
with:
2424
fetch-depth: 1
2525
# https://github.com/actions/setup-node/releases
26-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
26+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: 22
2929
# https://github.com/actions/cache/releases

.github/workflows/issue-labels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Add 'Needs Attention' label if OP responded and it was open
2424
if: env.op_comment == 'true' && github.event.issue.state == 'open'
2525
# https://github.com/actions-ecosystem/action-add-labels/releases
26-
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1
26+
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7d8 # v1.1.0
2727
with:
2828
labels: 'Needs Attention'
2929
env:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Remove 'blocked customer-response' label if OP responded and it was open
3333
if: env.op_comment == 'true' && github.event.issue.state == 'open'
3434
# https://github.com/actions-ecosystem/action-remove-labels/releases
35-
uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1
35+
uses: actions-ecosystem/action-remove-labels@f5dccab59b9ed79c1a5ddd2ab6d8771449b0250f # v1.3.0
3636
with:
3737
labels: 'blocked: customer-response'
3838
env:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Add comment if OP responded but issue was closed
4242
if: env.op_comment == 'true' && github.event.issue.state == 'closed'
4343
# https://github.com/actions-ecosystem/action-create-comment/releases
44-
uses: actions-ecosystem/action-create-comment@e23bc59fbff7aac7f9044bd66c2dc0fe1286f80b # v1
44+
uses: actions-ecosystem/action-create-comment@5b43c092bf96ebc715dbbe5682ecf3b771223855 # v1.0.0
4545
with:
4646
github_token: ${{ secrets.GH_TOKEN }}
4747
body: |

.github/workflows/linting.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
# https://github.com/actions/checkout/releases
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2424
with:
2525
fetch-depth: 1
2626
# https://github.com/actions/setup-node/releases
27-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
27+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2828
with:
2929
node-version: 22
3030
- name: Configure JDK
3131
# https://github.com/actions/setup-java/releases
32-
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
32+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3333
with:
3434
distribution: 'temurin'
3535
java-version: '21'
@@ -74,11 +74,11 @@ jobs:
7474
timeout-minutes: 30
7575
steps:
7676
# https://github.com/actions/checkout/releases
77-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
77+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
7878
with:
7979
fetch-depth: 1
8080
# https://github.com/actions/setup-node/releases
81-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
81+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8282
with:
8383
node-version: 22
8484
# https://github.com/actions/cache/releases
@@ -116,11 +116,11 @@ jobs:
116116
timeout-minutes: 30
117117
steps:
118118
# https://github.com/actions/checkout/releases
119-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
120120
with:
121121
fetch-depth: 1
122122
# https://github.com/actions/setup-node/releases
123-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
123+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
124124
with:
125125
node-version: 22
126126
# https://github.com/actions/cache/releases
@@ -158,11 +158,11 @@ jobs:
158158
timeout-minutes: 30
159159
steps:
160160
# https://github.com/actions/checkout/releases
161-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
161+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
162162
with:
163163
fetch-depth: 1
164164
# https://github.com/actions/setup-node/releases
165-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
165+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
166166
with:
167167
node-version: 22
168168
# https://github.com/actions/cache/releases

.github/workflows/pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1919
steps:
2020
# https://github.com/actions/setup-node/releases
21-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
21+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: 22
2424
# https://github.com/amannn/action-semantic-pull-request/releases

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
contents: read
1515
steps:
1616
# https://github.com/actions/checkout/releases
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
1818
with:
1919
fetch-depth: 0
2020
# Repository admin required to evade PR+checks branch protection
2121
token: ${{ secrets.GH_TOKEN }}
2222
# https://github.com/actions/setup-node/releases
23-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
23+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424
with:
2525
node-version: lts/*
2626
registry-url: 'https://registry.npmjs.org'

.github/workflows/rnfb-js-sdk-comparison.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232

3333
steps:
3434
# https://github.com/actions/checkout/releases
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
3636
with:
3737
fetch-depth: 50
3838
# https://github.com/actions/setup-node/releases
39-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
39+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4040
with:
4141
node-version: 22
4242
# https://github.com/actions/cache/releases

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
# https://github.com/actions/stale/releases
17-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
17+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
1818
with:
1919
operations-per-run: 1000
2020
stale-issue-message: |

.github/workflows/tests_e2e_android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ jobs:
134134
libxext6 libxfixes3 libxi6 libxkbfile1 pulseaudio socat zlib1g
135135
136136
# https://github.com/actions/checkout/releases
137-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
137+
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
138138
with:
139139
fetch-depth: 50
140140

141141
# Set up tool versions
142142
# https://github.com/actions/setup-node/releases
143-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
143+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
144144
with:
145145
node-version: 22
146146

147147
- name: Configure JDK
148148
# https://github.com/actions/setup-java/releases
149-
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
149+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
150150
with:
151151
distribution: 'temurin'
152152
java-version: '21'
@@ -263,7 +263,7 @@ jobs:
263263
yarn tests:android:test:jacoco-report
264264
265265
# https://github.com/codecov/codecov-action/releases
266-
- uses: codecov/codecov-action@3f20e214133d0983f9a10f3d63b0faf9241a3daa # v6.0.0
266+
- uses: codecov/codecov-action@e53489f4d376d79066609109e7a95a29eb3740b1 # v7.0.0
267267
with:
268268
verbose: true
269269

0 commit comments

Comments
 (0)