File tree Expand file tree Collapse file tree 10 files changed +625
-516
lines changed Expand file tree Collapse file tree 10 files changed +625
-516
lines changed Original file line number Diff line number Diff line change 14
14
permissions :
15
15
contents : read
16
16
pull-requests : write
17
- uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@10cfc2f9be5fce5e90150dfbffc7c0f4e68108ab
17
+ uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
18
18
with :
19
19
config-name : release-drafter.yml
20
20
secrets :
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
build :
12
15
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+ packages : write
13
+
10
14
jobs :
11
15
docker-build :
12
16
runs-on : ubuntu-latest
@@ -24,12 +28,12 @@ jobs:
24
28
run : echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
25
29
26
30
- name : Validate build configuration
27
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
31
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
28
32
with :
29
33
call : check
30
34
31
35
- name : Build Docker image
32
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
36
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
33
37
with :
34
38
push : false
35
39
tags : private-mirrors
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
lint :
12
15
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 19
19
contents : read
20
20
pull-requests : read
21
21
statuses : write
22
- uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@10cfc2f9be5fce5e90150dfbffc7c0f4e68108ab
22
+ uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
23
23
secrets :
24
24
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
permissions :
18
18
contents : write
19
19
pull-requests : read
20
- uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@10cfc2f9be5fce5e90150dfbffc7c0f4e68108ab
20
+ uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
21
21
with :
22
22
publish : true
23
23
release-config-name : release-drafter.yml
30
30
packages : write
31
31
id-token : write
32
32
attestations : write
33
- uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@10cfc2f9be5fce5e90150dfbffc7c0f4e68108ab
33
+ uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
34
34
with :
35
35
image-name : ${{ github.repository }}
36
36
full-tag : ${{ needs.release.outputs.full-tag }}
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : ' Run analysis'
33
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
33
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : ' Upload to code-scanning'
45
- uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
45
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
test :
12
15
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments