File tree 10 files changed +29
-11
lines changed
10 files changed +29
-11
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,33 @@ updates:
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 36
36
language : [ 'python' ]
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
39
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
40
40
- name : Initialize CodeQL
41
41
uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
42
42
with :
Original file line number Diff line number Diff line change 28
28
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
29
29
30
30
- name : Run contributor action
31
- uses : github/contributors@832b6518181710ef277bc9ddafda6696e6b312bd
31
+ uses : github/contributors@fa291c69abb946173a963a32f20ee29e8a7b6775
32
32
env :
33
33
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
18
- name : Build the Docker image
19
19
run : docker build . --file Dockerfile --platform linux/amd64 --tag issue-metrics:"$(date +%s)"
Original file line number Diff line number Diff line change 18
18
statuses : write
19
19
steps :
20
20
- name : Checkout Code
21
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
21
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
22
with :
23
23
# Full git history is needed to get a proper
24
24
# list of changed files within `super-linter`
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 22
22
python-version : [3.11, 3.12]
23
23
24
24
steps :
25
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26
26
- name : Set up Python ${{ matrix.python-version }}
27
27
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
28
28
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.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments