Skip to content

Commit 451290e

Browse files
build(deps): bump actions/github-script in /
Bumps [actions/github-script](https://github.com/actions/github-script) in `/` from 8.0.0 to 9.0.0. 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) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a9a67b commit 451290e

10 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/__call-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Get repo languages
3333
id: lang
34-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
34+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3535
env:
3636
RUNNER_INPUT: ${{ inputs.runner }}
3737
with:
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: Continue
212212
id: continue
213-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
213+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
214214
with:
215215
script: |
216216
// if matrix['include'] is an empty list return false, otherwise true

.github/workflows/__call-release-notifier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
TOPIC: replicator-release-notifications
3636
id: check-label
37-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
37+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3838
with:
3939
script: |
4040
const topic = process.env.TOPIC;
@@ -54,7 +54,7 @@ jobs:
5454
- name: Check if latest GitHub release
5555
id: check-release
5656
if: steps.check-label.outputs.hasTopic == 'true'
57-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
57+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5858
with:
5959
script: |
6060
const latestRelease = await github.rest.repos.getLatestRelease({

.github/workflows/__call-update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: >-
6363
github.event_name == 'release' &&
6464
github.event.action == 'edited'
65-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
65+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6666
with:
6767
script: |
6868
const latestRelease = await github.rest.repos.getLatestRelease({

.github/workflows/__call-update-flathub-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: check-label
3333
env:
3434
TOPIC: flathub-pkg
35-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
35+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3636
with:
3737
script: |
3838
const topic = process.env.TOPIC;
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check if latest GitHub release
5353
id: check-release
5454
if: steps.check-label.outputs.hasTopic == 'true'
55-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
55+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5656
with:
5757
script: |
5858
const latestRelease = await github.rest.repos.getLatestRelease({

.github/workflows/__call-update-homebrew-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: check-label
3131
env:
3232
TOPIC: homebrew-pkg
33-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
33+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3434
with:
3535
script: |
3636
const topic = process.env.TOPIC;

.github/workflows/__call-update-pacman-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: check-label
3333
env:
3434
TOPIC: pacman-pkg
35-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
35+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3636
with:
3737
script: |
3838
const topic = process.env.TOPIC;
@@ -53,7 +53,7 @@ jobs:
5353
id: check-release
5454
if: >-
5555
steps.check-label.outputs.hasTopic == 'true'
56-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
56+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5757
with:
5858
script: |
5959
const latestRelease = await github.rest.repos.getLatestRelease({

.github/workflows/__call-update-winget-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: check-label
3636
env:
3737
TOPIC: winget-pkg
38-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
with:
4040
script: |
4141
const topic = process.env.TOPIC;

.github/workflows/__issues-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# get all repos in this org
2525
- name: Get repos
2626
id: set-matrix
27-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
27+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2828
with:
2929
script: |
3030
const opts = github.rest.repos.listForOrg.endpoint.merge({ org: context.repo.owner });

.github/workflows/__update-cpm-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Get repos
2323
id: set-matrix
24-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2525
with:
2626
script: |
2727
const opts = github.rest.repos.listForOrg.endpoint.merge({ org: context.repo.owner });

.github/workflows/__update_license_years.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# get all repos in this org
2121
- name: Get repos
2222
id: set-matrix
23-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
23+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2424
with:
2525
script: |
2626
const opts = github.rest.repos.listForOrg.endpoint.merge({ org: context.repo.owner });

0 commit comments

Comments
 (0)