Procházet zdrojové kódy

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

Bump actions/github-script from 6 to 7
Cliff Colvin před 2 roky
rodič
revize
993a4529eb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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({