Skip to content

Commit f4188e2

Browse files
chore(deps): update actions/github-script action to v9
1 parent 899f73d commit f4188e2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ghrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo TAG_NAME=$(echo ${{ github.ref_name }}) >> $GITHUB_ENV
2121
2222
- name: Get release ID from the release created by release drafter
23-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
23+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2424
with:
2525
script: |
2626
let releases = await github.rest.repos.listReleases({
@@ -37,7 +37,7 @@ jobs:
3737
core.setFailed(`Draft release not found`)
3838
3939
- name: Publish release
40-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
40+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4141
with:
4242
script: |
4343
const {RELEASE_ID} = process.env

policy-release/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
if: ${{ ! startsWith(github.ref, 'refs/heads/') && inputs.policy-working-dir == '.' }}
9393
# if we are on a single repo, we obtain the last draft release as it contains the changelog
9494
# and edit it by adding the artifacts. Then we mark the release as latest
95-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
95+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
9696
with:
9797
script: |
9898
let releases = await github.rest.repos.listReleases({
@@ -111,7 +111,7 @@ runs:
111111
if: ${{ ! startsWith(github.ref, 'refs/heads/') && inputs.policy-working-dir == '.' }}
112112
# if we are on a single repo, we obtain the last draft release as it contains the changelog
113113
# and edit it by adding the artifacts. Then we mark the release as latest
114-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
114+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
115115
env:
116116
POLICY_WORKING_DIR: ${{ inputs.policy-working-dir }}
117117
with:
@@ -143,7 +143,7 @@ runs:
143143

144144
# if we are on a single repo, we obtain the last draft release as it contains the changelog
145145
# and edit it by adding the artifacts. Then we mark the release as latest
146-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
146+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
147147
env:
148148
POLICY_WORKING_DIR: ${{ inputs.policy-working-dir }}
149149
with:
@@ -173,7 +173,7 @@ runs:
173173
if: ${{ ! startsWith(github.ref, 'refs/heads/') && inputs.policy-working-dir == '.' }}
174174
# if we are on a single repo, we obtain the last draft release as it contains the changelog
175175
# and edit it by adding the artifacts. Then we mark the release as latest
176-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
176+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
177177
with:
178178
script: |
179179
const {RELEASE_ID} = process.env

0 commit comments

Comments
 (0)