Просмотр исходного кода

Merge pull request #2338 from opencost/dependabot/github_actions/actions/github-script-7

Bump actions/github-script from 6 to 7
Cliff Colvin 2 лет назад
Родитель
Сommit
993a4529eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/sonar.yaml

+ 1 - 1
.github/workflows/sonar.yaml

@@ -15,7 +15,7 @@ jobs:
           ref: ${{ github.event.workflow_run.head_branch }}
           fetch-depth: 0
       - name: 'Download code coverage'
-        uses: actions/github-script@v6
+        uses: actions/github-script@v7
         with:
           script: |
             let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({