Skip to content

Commit 133475e

Browse files
committed
ci: pin actions/github-script v7.0.1 SHA
1 parent 9d71cf8 commit 133475e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- name: Run automation script
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
1919
id: updt
2020
with:
2121
result-encoding: string

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
escape_json: false
3333

3434
- name: Generate testing matrix
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
3636
id: generator
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Get short node version
62-
uses: actions/github-script@v7
62+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6363
id: short-version
6464
with:
6565
result-encoding: string

0 commit comments

Comments
 (0)