Skip to content

Commit 9e6af24

Browse files
committed
gha: bump for latest scitools/workflows
1 parent 304aaaf commit 9e6af24

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/workflows/ci-locks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818

19+
permissions: {}
20+
1921
jobs:
2022
refresh_lockfiles:
21-
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.05.0
22-
secrets: inherit
23+
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@1f2141422a63321a32575ddd186e53acff12550c
24+
secrets:
25+
AUTH_APP_ID: ${{ secrets.AUTH_APP_ID }}
26+
AUTH_APP_PRIVATE_KEY: ${{ secrets.AUTH_APP_PRIVATE_KEY }}

.github/workflows/ci-manifest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}
2323
cancel-in-progress: true
2424

25+
permissions: {}
26+
2527
jobs:
2628
manifest:
2729
name: "check-manifest"
28-
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.05.0
30+
uses: scitools/workflows/.github/workflows/ci-manifest.yml@1f2141422a63321a32575ddd186e53acff12550c

.github/workflows/ci-template-check.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ on:
88
branches:
99
- main
1010

11+
permissions: {}
12+
1113
jobs:
1214
prompt-share:
13-
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.05.0
14-
secrets: inherit
15+
uses: scitools/workflows/.github/workflows/ci-template-check.yml@1f2141422a63321a32575ddd186e53acff12550c
16+
secrets:
17+
AUTH_APP_ID: ${{ secrets.AUTH_APP_ID }}
18+
AUTH_APP_PRIVATE_KEY: ${{ secrets.AUTH_APP_PRIVATE_KEY }}
1519
with:
1620
pr_number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)