File tree Expand file tree Collapse file tree 7 files changed +16
-18
lines changed Expand file tree Collapse file tree 7 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ concurrency:
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ permissions : read-all
13
+
12
14
jobs :
13
15
Fuzzing :
14
16
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
# Allows you to run this workflow manually from the Actions tab
8
8
workflow_dispatch :
9
9
10
- permissions :
11
- contents : write
12
- pages : write
13
- id-token : write
14
-
15
10
concurrency :
16
11
group : ${{ github.workflow }}-${{ github.ref }}
17
12
cancel-in-progress : true
18
13
19
14
jobs :
20
15
deploy :
16
+ permissions :
17
+ contents : write
18
+ pages : write
19
+ id-token : write
21
20
runs-on : ubuntu-latest
22
21
steps :
23
22
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types : [closed]
6
6
7
- permissions :
8
- contents : write
9
-
10
7
env :
11
8
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12
9
29
26
uses : ./.github/workflows/release-script-tests.yml
30
27
31
28
create-release :
29
+ permissions :
30
+ contents : write
32
31
needs : release-script-test
33
32
runs-on : ubuntu-latest
34
33
if : ${{ needs.release-script-test.result == 'success' }}
Original file line number Diff line number Diff line change 12
12
NEXT_RELEASE_TAG : ${{ github.event.inputs.tag }}
13
13
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14
14
15
- permissions :
16
- contents : write
17
- pull-requests : write
18
-
19
15
jobs :
20
16
release-script-test :
21
17
uses : ./.github/workflows/release-script-tests.yml
22
18
23
19
prepare-release-and-pull-request :
20
+ permissions :
21
+ contents : write
22
+ pull-requests : write
24
23
needs : release-script-test
25
24
runs-on : ubuntu-latest
26
25
if : ${{ needs.release-script-test.result == 'success' }}
Original file line number Diff line number Diff line change 33
33
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
34
34
- name : Configure
35
35
run : |
36
- cmake -DADA_DEVELOPMENT_CHECKS="${{matrix.devchecks}}" -G "${{matrix.gen}}" -A ${{matrix.arch}} -T ClangCL -B build
36
+ cmake -DADA_DEVELOPMENT_CHECKS="${{matrix.devchecks}}" -G "${{matrix.gen}}" -A ${{matrix.arch}} -T ClangCL -B build
37
37
- name : Build Debug
38
38
run : cmake --build build --config Debug --verbose
39
39
- name : Run Debug tests
Original file line number Diff line number Diff line change 8
8
env :
9
9
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10
10
11
- permissions :
12
- contents : write
13
- pull-requests : write
14
-
15
11
concurrency :
16
12
group : wpt-updater
17
13
cancel-in-progress : true
18
14
19
15
jobs :
20
16
issue :
21
17
runs-on : ubuntu-latest
18
+ permissions :
19
+ contents : write
20
+ pull-requests : write
22
21
steps :
23
22
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
24
23
- name : Fetch tests
Original file line number Diff line number Diff line change 1
1
# Ada
2
- ![ OpenSSF Scorecard Badge ] ( https://api.securityscorecards.dev /projects/github.com/ada-url/ada/badge )
2
+ [ ![ OpenSSF Best Practices ] ( https://bestpractices.coreinfrastructure.org /projects/7085/badge )] ( https://bestpractices.coreinfrastructure.org/projects/7085 )
3
3
[ ![ Ubuntu 22.04] ( https://github.com/ada-url/ada/actions/workflows/ubuntu.yml/badge.svg )] ( https://github.com/ada-url/ada/actions/workflows/ubuntu.yml )
4
4
[ ![ VS17-CI] ( https://github.com/ada-url/ada/actions/workflows/visual_studio.yml/badge.svg )] ( https://github.com/ada-url/ada/actions/workflows/visual_studio.yml )
5
5
[ ![ VS17-clang-CI] ( https://github.com/ada-url/ada/actions/workflows/visual_studio_clang.yml/badge.svg )] ( https://github.com/ada-url/ada/actions/workflows/visual_studio_clang.yml )
You can’t perform that action at this time.
0 commit comments