summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 14:49:55 +0000
committerGitHub <noreply@github.com>2023-01-30 14:49:55 +0000
commitdf85f7a1b8d441555483ed8cc7f6ea89fb4803eb (patch)
tree5a6347b463fffe7e1077cc17b8ccd50895bf14b8 /.github
parentff710101104ec0c8e775931a3de4fcc4e34378cc (diff)
downloadpylint-git-df85f7a1b8d441555483ed8cc7f6ea89fb4803eb.tar.gz
Bump actions/github-script from 6.3.3 to 6.4.0 (#8132)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.3.3...v6.4.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer_comment.yaml4
-rw-r--r--.github/workflows/primer_run_pr.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 0a708a789..491ab49e7 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -55,7 +55,7 @@ jobs:
exit 1
- name: Download outputs
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
with:
script: |
// Download workflow pylint output
@@ -110,7 +110,7 @@ jobs:
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
- name: Post comment
id: post-comment
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
with:
script: |
const fs = require('fs')
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index d3a072470..19a2f8356 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -73,7 +73,7 @@ jobs:
# Cache primer packages
- name: Download last 'main' run info
id: download-main-run
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
with:
script: |
// Download 'main' pylint output