File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,26 @@ jobs:
20
20
actions : write
21
21
contents : read
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24
24
with :
25
25
fetch-depth : 0
26
26
fetch-tags : true
27
27
28
- - uses : gittools/actions/gitversion/setup@v4
28
+ - uses : gittools/actions/gitversion/setup@b82e662a7199df56ac962118e506d9efb9830f82
29
29
with :
30
30
versionSpec : ' 6.x'
31
31
32
32
- name : Evaluate semantic version
33
33
id : gv
34
- uses : gittools/actions/gitversion/execute@v4
34
+ uses : gittools/actions/gitversion/execute@b82e662a7199df56ac962118e506d9efb9830f82
35
35
with :
36
36
configFilePath : GitVersion.yaml
37
37
38
38
- name : Show semantic version metadata
39
39
run : |
40
40
echo "${{ toJson(steps.gv.outputs) }}"
41
41
42
- - uses : astral-sh/setup-uv@v3
42
+ - uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
43
43
44
44
- name : Normalize version to comply with PEP 440
45
45
id : nv
55
55
echo "version=$VERSION_PEP440" >> "$GITHUB_OUTPUT"
56
56
57
57
- name : Trigger snap build
58
- uses : actions/github-script@v7
58
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
59
59
with :
60
60
script : |
61
61
const version = "${{ steps.nv.outputs.version }}";
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
22
22
set-version :
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
26
26
with :
27
27
ref : ${{ inputs.commit_sha }}
28
28
29
- - uses : astral-sh/setup-uv@v3
29
+ - uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
30
30
31
31
- name : Set version
32
32
run : uv version "${{ inputs.version }}" --frozen
33
33
34
34
- name : Upload updated project files
35
- uses : actions/upload-artifact@v4
35
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
36
36
with :
37
37
name : updated-project-files
38
38
path : |
47
47
ref : ${{ inputs.commit_sha }}
48
48
49
49
- name : Download updated project files
50
- uses : actions/download-artifact@v4
50
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
51
51
with :
52
52
name : updated-project-files
53
53
path : .
73
73
ref : ${{ inputs.commit_sha }}
74
74
75
75
- name : Download updated project files
76
- uses : actions/download-artifact@v4
76
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
77
77
with :
78
78
name : updated-project-files
79
79
path : .
Original file line number Diff line number Diff line change 59
59
mv ./coverage.xml ./coverage/cobertura.xml
60
60
61
61
- name : TICS GitHub Action
62
- uses : tiobe/tics-github-action@v3
62
+ uses : tiobe/tics-github-action@009979693978bfefad2ad15c1020066694968dc7
63
63
with :
64
64
mode : qserver
65
65
project : yarf
Original file line number Diff line number Diff line change 73
73
run : |
74
74
uv tool run tox
75
75
- name : Upload Coverage Report
76
- uses : actions/upload-artifact@v4
76
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
77
77
with :
78
78
name : coverage
79
79
path : ./coverage.xml
You can’t perform that action at this time.
0 commit comments