Skip to content

Commit

Permalink
Pin additional actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 2, 2022
1 parent 0e4e6b6 commit 7d8abae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/primer_comment.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v3.5.1
with:
node-version: 16
- run: npm install @octokit/rest
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
exit 1
- name: Download outputs
uses: actions/github-script@v6
uses: actions/github-script@v6.3.3
with:
script: |
// Download workflow pylint output
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
- name: Post comment
id: post-comment
uses: actions/github-script@v6
uses: actions/github-script@v6.3.3
with:
script: |
const fs = require('fs')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_pr.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v3.5.1
with:
node-version: 16
- run: npm install @octokit/rest
Expand All @@ -73,7 +73,7 @@ jobs:
# Cache primer packages
- name: Download last 'main' run info
id: download-main-run
uses: actions/github-script@v6
uses: actions/github-script@v6.3.3
with:
script: |
// Download 'main' pylint output
Expand Down

0 comments on commit 7d8abae

Please sign in to comment.