File tree 9 files changed +30
-12
lines changed
9 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
version : 2
3
3
updates :
4
- - package-ecosystem : " pip" # See documentation for possible values
5
- directory : " /" # Location of package manifests
4
+ - package-ecosystem : " pip"
5
+ directory : " /"
6
6
schedule :
7
7
interval : " daily"
8
8
commit-message :
9
9
prefix : " chore(deps)"
10
+ groups :
11
+ dependencies :
12
+ applies-to : version-updates
13
+ update-types :
14
+ - " minor"
15
+ - " patch"
10
16
- package-ecosystem : " github-actions"
11
17
directory : " /"
12
18
schedule :
13
19
interval : " daily"
14
20
commit-message :
15
21
prefix : " chore(deps)"
22
+ groups :
23
+ dependencies :
24
+ applies-to : version-updates
25
+ update-types :
26
+ - " minor"
27
+ - " patch"
16
28
- package-ecosystem : " docker"
17
29
directory : " /"
18
30
schedule :
19
31
interval : " daily"
20
32
commit-message :
21
33
prefix : " chore(deps)"
34
+ groups :
35
+ dependencies :
36
+ applies-to : version-updates
37
+ update-types :
38
+ - " minor"
39
+ - " patch"
Original file line number Diff line number Diff line change 30
30
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
31
31
32
32
- name : Run contributor action
33
- uses : github/contributors@832b6518181710ef277bc9ddafda6696e6b312bd
33
+ uses : github/contributors@135b0430e856ade27175cbd1d4e1e11b0dd8ef95
34
34
env :
35
35
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
19
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
20
20
- name : Build the Docker image
21
21
run : docker build . --file Dockerfile --platform linux/amd64
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
19
20
20
- name : version
21
21
id : version
Original file line number Diff line number Diff line change 20
20
name : Validate PR title
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
23
+ - uses : amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e
24
24
env :
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change 21
21
python-version : [3.11, 3.12]
22
22
23
23
steps :
24
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
24
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
27
27
with :
Original file line number Diff line number Diff line change 62
62
registry : ${{ env.REGISTRY }}
63
63
username : ${{ github.actor }}
64
64
password : ${{ secrets.GITHUB_TOKEN }}
65
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
65
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
66
66
- name : Push Docker Image
67
67
if : ${{ success() }}
68
68
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
29
with :
30
30
persist-credentials : false
31
31
@@ -36,12 +36,12 @@ jobs:
36
36
results_format : sarif
37
37
publish_results : true
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
39
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout Code
23
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
23
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24
24
with :
25
25
fetch-depth : 0
26
26
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments