File tree Expand file tree Collapse file tree 8 files changed +41
-4
lines changed Expand file tree Collapse file tree 8 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @codecov/astro-plugin " : patch
3+ " @codecov/bundle-analyzer " : patch
4+ " @codecov/bundler-plugin-core " : patch
5+ " @codecov/nextjs-webpack-plugin " : patch
6+ " @codecov/nuxt-plugin " : patch
7+ " @codecov/remix-vite-plugin " : patch
8+ " @codecov/rollup-plugin " : patch
9+ " @codecov/solidstart-plugin " : patch
10+ " @codecov/sveltekit-plugin " : patch
11+ " @codecov/vite-plugin " : patch
12+ " @codecov/webpack-plugin " : patch
13+ ---
14+
15+ update GitHub Actions workflow permissions
Original file line number Diff line number Diff line change 44 types :
55 - closed
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 cleanup :
912 runs-on : ubuntu-latest
2124 echo "Fetching list of cache key"
2225 cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH -L 100 | cut -f 1 )
2326
24- ## Setting this to not fail the workflow while deleting cache keys.
27+ ## Setting this to not fail the workflow while deleting cache keys.
2528 set +e
2629 echo "Deleting caches..."
2730 for cacheKey in $cacheKeysForPR
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [main, master]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 enforce-license-compliance :
912 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Prepare Publish
33on :
44 workflow_dispatch :
55
6+ permissions :
7+ contents : read
8+ pull-requests : write
9+
610concurrency : ${{ github.workflow }}-${{ github.ref }}
711
812jobs :
Original file line number Diff line number Diff line change 77 paths :
88 - " **/CHANGELOG.md"
99
10+ permissions :
11+ contents : read
12+
1013concurrency : ${{ github.workflow }}-${{ github.ref }}
1114
1215jobs :
1619 # For whatever reason, yaml does not like the full "meta(changelog): Update package versions" string
1720 # So we check this in two parts
1821 if : |
19- contains(github.event.head_commit.message, 'meta(changelog)')
22+ contains(github.event.head_commit.message, 'meta(changelog)')
2023 && contains(github.event.head_commit.message, 'Update package versions')
2124 steps :
2225 - name : Checkout Repo
6871 # For whatever reason, yaml does not like the full "meta(changelog): Update package versions" string
6972 # So we check this in two parts
7073 if : |
71- contains(github.event.head_commit.message, 'meta(changelog)')
74+ contains(github.event.head_commit.message, 'meta(changelog)')
7275 && contains(github.event.head_commit.message, 'Update package versions')
7376 steps :
7477 - name : Checkout Repo
Original file line number Diff line number Diff line change 55 paths :
66 - integration-tests/test-api/**
77
8+ permissions :
9+ content : read
10+
811concurrency :
912 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1013 cancel-in-progress : true
Original file line number Diff line number Diff line change 77 paths :
88 - integration-tests/test-api/**
99
10+ permissions :
11+ content : read
12+
1013concurrency :
1114 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1215 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Publish TypeDocs
33on :
44 workflow_dispatch :
55
6+ permissions :
7+ content : read
8+
69jobs :
710 deploy_docs :
811 permissions :
4346 run : node scripts/publish-docs.mjs
4447 env :
4548 GIT_USERNAME : ${{ steps.import-gpg.outputs.name }}
46- GIT_EMAIL : ${{ steps.import-gpg.outputs.email }}
49+ GIT_EMAIL : ${{ steps.import-gpg.outputs.email }}
You can’t perform that action at this time.
0 commit comments