Skip to content

Commit 79d3e22

Browse files
chore(deps): bump actions/github-script (#6973)
Bumps [actions/github-script](https://github.com/actions/github-script) from d746ffe35508b1917358783b479e04febd2b8f71 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d746ffe...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 3a2844b7e9c422d3c10d287c895573f7108da1b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a36ff7a commit 79d3e22

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test-fork-prs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Get user permissions to check if it is either "write" or "admin"
2828
id: get-permissions
29-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
env:
3131
owner: ${{ github.event.repository.owner.login }}
3232
repo: ${{ github.event.repository.name }}
@@ -59,7 +59,7 @@ jobs:
5959
base_sha: ${{ steps.read-base-sha.outputs.result }}
6060
steps:
6161
- name: Download artifact
62-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
62+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6363
env:
6464
owner: ${{ github.event.repository.owner.login }}
6565
repo: ${{ github.event.repository.name }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Unzip commit.zip
8787
run: unzip commit.zip
8888
- name: Read commit id from artifact zip
89-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
89+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9090
id: read-commit-id
9191
with:
9292
result-encoding: string
@@ -97,7 +97,7 @@ jobs:
9797
.replace(/(\r\n|\n|\r)/gm, '') // remove last new line character
9898
.replace(/[^A-Za-z0-9]/g, ''); // remove non-alphanumeric characters
9999
- name: Read PR number from artifact
100-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
100+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
101101
id: read-pr-number
102102
with:
103103
result-encoding: string
@@ -108,7 +108,7 @@ jobs:
108108
.replace(/(\r\n|\n|\r)/gm, '') // remove last new line character
109109
.replace(/[^0-9]/g, ''); // remove non-numeric characters
110110
- name: Read base sha from artifact
111-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
111+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
112112
id: read-base-sha
113113
with:
114114
result-encoding: string
@@ -149,7 +149,7 @@ jobs:
149149
REPO_OWNER: ${{ github.repository_owner }}
150150
REPO_NAME: ${{ github.event.repository.name }}
151151
LABEL_NAME: 'run-codeql'
152-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
152+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
153153
with:
154154
github-token: ${{ secrets.GITHUB_TOKEN }}
155155
script: |

.github/workflows/test-internal-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
REPO_OWNER: ${{ github.repository_owner }}
4040
REPO_NAME: ${{ github.event.repository.name }}
4141
LABEL_NAME: 'run-tests'
42-
uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
42+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

0 commit comments

Comments
 (0)