We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7271532 commit c10bab6Copy full SHA for c10bab6
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
82
83
- name: Install qlty
84
- uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899
+ uses: qltysh/qlty-action/install@6bfd5815fe4171d7a566362f24d75e8454909d2a
85
86
- name: Run qlty check
87
run: qlty check
.github/workflows/copilot-setup-steps.yml
@@ -79,7 +79,7 @@ jobs:
79
continue-on-error: true
80
- name: Install uv
- uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
+ uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
- name: Setup Venv
run: |
0 commit comments