Unverified Commit bd2d9b75 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

ci/github-script: update dependencies; workflows/{bot,check,teams}: pin...

ci/github-script: update dependencies; workflows/{bot,check,teams}: pin bottleneck version (#490715)
parents 2fab43bd c249afb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ jobs:
            ci/github-script

      - name: Install dependencies
        run: npm install @actions/artifact@5.0.3 bottleneck
        run: npm install @actions/artifact@5.0.3 bottleneck@2.19.5

      # Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.
      - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ jobs:
            ci/github-script

      - name: Install dependencies
        run: npm install bottleneck
        run: npm install bottleneck@2.19.5

      - name: Log current API rate limits
        env:
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
            maintainers/github-teams.json

      - name: Install dependencies
        run: npm install bottleneck
        run: npm install bottleneck@2.19.5

      - name: Synchronise teams
        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+261 −313

File changed.

Preview size limit exceeded, changes collapsed.

+8 −2
Original line number Diff line number Diff line
{
  "private": true,
  "//": [
    "Keep `@actions/core` and `@actions/github` in sync with",
    "https://github.com/actions/github-script/blob/main/package.json.",
    "Keep `@actions/artifact` and `bottleneck` in sync with",
    "`.github/workflows/bot.yml`."
  ],
  "dependencies": {
    "@actions/artifact": "2.3.2",
    "@actions/artifact": "5.0.3",
    "@actions/core": "1.11.1",
    "@actions/github": "6.0.1",
    "bottleneck": "2.19.5",
    "commander": "14.0.0"
    "commander": "14.0.3"
  }
}