Skip to content

Commit c4feefd

Browse files
committed
Merge branch 'main' into kapilg/bump-dependents-workflow
2 parents 786e4b3 + 887a28c commit c4feefd

6 files changed

Lines changed: 144 additions & 138 deletions

File tree

.github/workflows/bat.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
- os: windows-latest
1515
- os: macos-latest
1616
steps:
17-
- uses: actions/checkout@v6
18-
- uses: matlab-actions/setup-matlab@v3
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
18+
- uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
1919
with:
2020
release: latest
21-
- uses: matlab-actions/run-tests@v3
21+
- uses: matlab-actions/run-tests@ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a # v3.2.0
2222
with:
2323
source-folder: plugins
2424

2525
bat:
2626
name: Build and Test
2727
runs-on: ubuntu-24.04
2828
steps:
29-
- uses: actions/checkout@v6
30-
- uses: actions/setup-node@v6
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
30+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3131
with:
3232
node-version: 24
3333
- name: Perform npm tasks

.github/workflows/publish.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@ jobs:
1212
outputs:
1313
tag: ${{ steps.update-package-version.outputs.version }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
16+
id: app-token
17+
with:
18+
app-id: ${{ vars.RELEASE_APP_ID }}
19+
private-key: ${{ secrets.RELEASE_APP_KEY }}
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
21+
with:
22+
token: ${{ steps.app-token.outputs.token }}
1623
- name: Configure git
1724
run: |
1825
git config user.name 'Release Action'
1926
git config user.email '<>'
20-
- uses: actions/setup-node@v6
27+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2128
with:
2229
node-version: 24
2330

0 commit comments

Comments
 (0)