File tree Expand file tree Collapse file tree 12 files changed +38
-12
lines changed Expand file tree Collapse file tree 12 files changed +38
-12
lines changed Original file line number Diff line number Diff line change
1
+ scan :
2
+ skip-dirs :
3
+ - .mypy_cache
Original file line number Diff line number Diff line change
1
+ rules :
2
+ dangerous-triggers : # to allow pull_request_target for auto-labelling fork pull requests
3
+ ignore :
4
+ - auto-labeler.yml
5
+ - pr-title.yml
6
+ - release.yml
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : read
13
13
pull-requests : write
14
- uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
14
+ uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0
15
15
with :
16
16
config-name : release-drafter.yml
17
17
secrets :
Original file line number Diff line number Diff line change 29
29
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
30
30
31
31
- name : Run contributor action
32
- uses : github/contributors@69e531b620b7e5b0fad2e9823681607b54db447a
32
+ uses : github/contributors@ae62be2e3b1a3b2847955ec659d9bb6f88ffe628
33
33
env :
34
34
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- name : Checkout code
29
29
30
+ with :
31
+ persist-credentials : false
30
32
31
33
- name : Set up Python
32
- uses : actions/setup-python@v5.6 .0
34
+ uses : actions/setup-python@v6.0 .0
33
35
with :
34
36
python-version : 3.12
35
37
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
18
+ with :
19
+ persist-credentials : false
18
20
- name : Build the Docker image
19
21
run : docker build . --file Dockerfile --platform linux/amd64
Original file line number Diff line number Diff line change 12
12
contents : read
13
13
pull-requests : read
14
14
statuses : write
15
- uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
15
+ uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0
16
16
secrets :
17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
python-version : [3.11, 3.12]
22
22
steps :
23
23
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
+ with :
25
+ persist-credentials : false
24
26
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5.6 .0
27
+ uses : actions/setup-python@v6.0 .0
26
28
with :
27
29
python-version : ${{ matrix.python-version }}
28
30
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
permissions :
13
13
contents : write
14
14
pull-requests : read
15
- uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
15
+ uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0
16
16
with :
17
17
publish : true
18
18
release-config-name : release-drafter.yml
25
25
packages : write
26
26
id-token : write
27
27
attestations : write
28
- uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
28
+ uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0
29
29
with :
30
30
image-name : ${{ github.repository }}
31
31
full-tag : ${{ needs.release.outputs.full-tag }}
40
40
permissions :
41
41
contents : read
42
42
discussions : write
43
- uses : github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b
43
+ uses : github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0
44
44
with :
45
45
full-tag : ${{ needs.release.outputs.full-tag }}
46
46
body : ${{ needs.release.outputs.body }}
Original file line number Diff line number Diff line change 42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
45
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments