Skip to content

Commit 4f2207c

Browse files
Bump actions/github-script from 6.4.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@98814c5...d7906e4) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d535eca commit 4f2207c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "text=$text" >> $GITHUB_OUTPUT
1919
- name: Check if Issue author is Org member
2020
id: membercheck
21-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
21+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
script: |
@@ -36,7 +36,7 @@ jobs:
3636
}
3737
return member
3838
- name: Send message
39-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
39+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
4040
if: steps.membercheck.outputs.result == 'false'
4141
with:
4242
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }}
2222
steps:
2323
- name: Data
24-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
24+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
2525
continue-on-error: true
2626
id: data
2727
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
continue-on-error: true
2020

2121
- name: Publish release on tag
22-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
22+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
2323
continue-on-error: true
2424
with:
2525
retries: 3

0 commit comments

Comments
 (0)