Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 27, 2024
1 parent 54abc40 commit 7e9caaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
description: Use nightly (unstable) version of Pyre
required: false
type: boolean
default: false
default: true
version:
description: Version of pyre-check to be used. Default is latest.
default: latest
Expand All @@ -26,7 +26,7 @@ runs:
using: "composite"
steps:
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: '3.11'

Expand Down Expand Up @@ -94,7 +94,7 @@ runs:

- name: Saving results in SARIF
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: SARIF Results
path: ${{inputs.repo-directory}}/sarif.json
Expand Down

0 comments on commit 7e9caaa

Please sign in to comment.