File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed 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 28
28
python -m pip install --upgrade pip
29
29
pip install -r requirements.txt -r requirements-test.txt
30
30
- name : Lint Code Base
31
- uses : super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6
31
+ uses : super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6
32
32
env :
33
33
DEFAULT_BRANCH : main
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 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_owner }}/stale_repos
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
45
+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments