瀏覽代碼

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

Bump actions/github-script from 6 to 7
Cliff Colvin 2 年之前
父節點
當前提交
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({