34
34
steps :
35
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
- - uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
37
+ - uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
38
38
with :
39
39
path : /tmp/debian-versions-generator-cache.csv
40
40
key : ${{ runner.os }}-
@@ -49,12 +49,12 @@ jobs:
49
49
- run : python3 scripts/generators/generate-debian-versions.py
50
50
- run : git status
51
51
- run : stat debian-db.zip
52
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
53
53
with :
54
54
name : generated-debian-versions
55
55
path : internal/semantic/fixtures/debian-versions-generated.txt
56
56
57
- - uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
57
+ - uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
58
58
with :
59
59
path : /tmp/debian-versions-generator-cache.csv
60
60
key : ${{ runner.os }}-${{ hashFiles('debian-db.zip') }}
@@ -64,30 +64,30 @@ jobs:
64
64
contents : read # to fetch code (actions/checkout)
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
67
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
68
69
- - uses : actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
69
+ - uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
70
70
with :
71
71
path : /tmp/redhat-versions-generator-cache.csv
72
72
key : ${{ runner.os }}-
73
73
74
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
74
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75
75
with :
76
76
persist-credentials : false
77
- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
77
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
78
78
with :
79
79
python-version : " 3.10"
80
80
- run : sudo apt install rpm
81
81
- run : rpm --version
82
82
- run : python3 scripts/generators/generate-redhat-versions.py
83
83
- run : git status
84
84
- run : stat redhat-db.zip
85
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
85
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
86
86
with :
87
87
name : generated-redhat-versions
88
88
path : internal/semantic/fixtures/redhat-versions-generated.txt
89
89
90
- - uses : actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
90
+ - uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
91
91
with :
92
92
path : /tmp/redhat-versions-generator-cache.csv
93
93
key : ${{ runner.os }}-${{ hashFiles('redhat-db.zip') }}
@@ -106,7 +106,7 @@ jobs:
106
106
extensions : zip
107
107
- run : php scripts/generators/generate-packagist-versions.php
108
108
- run : git status
109
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
109
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
110
110
with :
111
111
name : generated-packagist-versions
112
112
path : internal/semantic/fixtures/packagist-versions-generated.txt
@@ -126,7 +126,7 @@ jobs:
126
126
run : pip install packaging==21.3
127
127
- run : python3 scripts/generators/generate-pypi-versions.py
128
128
- run : git status
129
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
129
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
130
130
with :
131
131
name : generated-pypi-versions
132
132
path : internal/semantic/fixtures/pypi-versions-generated.txt
@@ -139,14 +139,14 @@ jobs:
139
139
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140
140
with :
141
141
persist-credentials : false
142
- - uses : ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202 .0
142
+ - uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204 .0
143
143
with :
144
144
ruby-version : " 3.1"
145
145
- name : setup dependencies
146
146
run : gem install rubyzip
147
147
- run : ruby scripts/generators/generate-rubygems-versions.rb
148
148
- run : git status
149
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
149
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
150
150
with :
151
151
name : generated-rubygems-versions
152
152
path : internal/semantic/fixtures/rubygems-versions-generated.txt
@@ -159,7 +159,7 @@ jobs:
159
159
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160
160
with :
161
161
persist-credentials : false
162
- - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
162
+ - uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
163
163
with :
164
164
java-version : 17
165
165
distribution : oracle
@@ -172,7 +172,7 @@ jobs:
172
172
-o scripts/generators/lib/maven-artifact-3.8.5.jar
173
173
- run : java -cp 'scripts/generators/lib/*' scripts/generators/GenerateMavenVersions.java
174
174
- run : git status
175
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
175
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
176
176
with :
177
177
name : generated-maven-versions
178
178
path : internal/semantic/fixtures/maven-versions-generated.txt
@@ -185,12 +185,12 @@ jobs:
185
185
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186
186
with :
187
187
persist-credentials : false
188
- - uses : r-lib/actions/setup-r@e8c60692f29164895fbcdbebf2fde501a1f7e07f # v2.11.0
188
+ - uses : r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
189
189
with :
190
190
r-version : " 3.5.3"
191
191
- run : Rscript scripts/generators/generate-cran-versions.R
192
192
- run : git status
193
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
193
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
194
194
with :
195
195
name : generated-cran-versions
196
196
path : internal/semantic/fixtures/cran-versions-generated.txt
@@ -212,7 +212,7 @@ jobs:
212
212
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213
213
with :
214
214
persist-credentials : false
215
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
215
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
216
216
with :
217
217
go-version : stable
218
218
cache : true
0 commit comments