We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72296cf commit c0fb00aCopy full SHA for c0fb00a
2 files changed
.github/workflows/Action-Test.yml
@@ -174,6 +174,6 @@ jobs:
174
persist-credentials: false
175
176
- name: Aggregated Status
177
- uses: PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca # v1.7.8
+ uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
178
with:
179
Script: tests/Get-AggregatedStatus.ps1
action.yml
@@ -248,7 +248,7 @@ runs:
248
using: composite
249
steps:
250
- name: Get-TestPaths
251
252
id: paths
253
env:
254
PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Path: ${{ inputs.Path }}
0 commit comments