File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 31
31
PYTHON : ${{ matrix.python-version }}
32
32
KERAS_HOME : .github/workflows/config/${{ matrix.backend }}
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- name : Check for changes in keras/src/applications
36
36
uses : dorny/paths-filter@v3
37
37
id : filter
40
40
applications:
41
41
- 'keras/src/applications/**'
42
42
- name : Set up Python
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@v6
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
- name : Get pip cache dir
@@ -126,9 +126,9 @@ jobs:
126
126
name : Check the code format
127
127
runs-on : ubuntu-latest
128
128
steps :
129
- - uses : actions/checkout@v4
129
+ - uses : actions/checkout@v5
130
130
- name : Set up Python 3.10
131
- uses : actions/setup-python@v5
131
+ uses : actions/setup-python@v6
132
132
with :
133
133
python-version : ' 3.10'
134
134
- name : Get pip cache dir
Original file line number Diff line number Diff line change 13
13
welcome :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
17
- - uses : actions/github-script@v7
16
+ - uses : actions/checkout@v5
17
+ - uses : actions/github-script@v8
18
18
with :
19
19
script : |
20
20
const script = require('./\.github/workflows/scripts/auto-assignment.js')
Original file line number Diff line number Diff line change 34
34
welcome :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
38
- - uses : actions/github-script@v7
37
+ - uses : actions/checkout@v5
38
+ - uses : actions/github-script@v8
39
39
with :
40
40
script : |
41
41
const script = require('./\.github/workflows/scripts/labeler.js')
Original file line number Diff line number Diff line change 21
21
PYTHON : ${{ matrix.python-version }}
22
22
KERAS_BACKEND : ${{ matrix.backend }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Get pip cache dir
61
61
name : Check the code format
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- name : Set up Python 3.10
66
- uses : actions/setup-python@v5
66
+ uses : actions/setup-python@v6
67
67
with :
68
68
python-version : ' 3.10'
69
69
- name : Get pip cache dir
90
90
needs : [build, format]
91
91
runs-on : ubuntu-latest
92
92
steps :
93
- - uses : actions/checkout@v4
93
+ - uses : actions/checkout@v5
94
94
- name : Set up Python
95
- uses : actions/setup-python@v5
95
+ uses : actions/setup-python@v6
96
96
with :
97
97
python-version : ' 3.10'
98
98
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
29
29
with :
30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
33
+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
59
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change 13
13
actions : write
14
14
steps :
15
15
- name : Awaiting response issues
16
- uses : actions/stale@v9
16
+ uses : actions/stale@v10
17
17
with :
18
18
operations-per-run : 500
19
19
days-before-issue-stale : 14
36
36
close-pr-message : " This PR was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further."
37
37
repo-token : ${{ secrets.GITHUB_TOKEN }}
38
38
- name : Contribution issues
39
- uses : actions/stale@v9
39
+ uses : actions/stale@v10
40
40
with :
41
41
operations-per-run : 500
42
42
days-before-issue-stale : 180
You can’t perform that action at this time.
0 commit comments