summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 14:25:23 +0000
committerGitHub <noreply@github.com>2023-04-10 14:25:23 +0000
commitb7d110b04616b061ad0ee33905538137106b9ac3 (patch)
treefcfa20825eda8ed326c5fc657c53fa219079074a
parentdb17860fd61154c59f3acc13ff34b120cc5ba091 (diff)
downloadpylint-git-b7d110b04616b061ad0ee33905538137106b9ac3.tar.gz
Bump actions/github-script from 6.4.0 to 6.4.1 (#8561)
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](https://github.com/actions/github-script/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 59c67ae0b..5d8cc9f72 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -52,7 +52,7 @@ jobs:
'requirements_test_pre_commit.txt') }}
- name: Download outputs
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
with:
script: |
// Download workflow pylint output
@@ -107,7 +107,7 @@ jobs:
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
- name: Post comment
id: post-comment
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
with:
script: |
const fs = require('fs')
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 464233f90..977fad226 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -74,7 +74,7 @@ jobs:
# Cache primer packages
- name: Download last 'main' run info
id: download-main-run
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
with:
script: |
// Download 'main' pylint output