File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 47
47
contents : write
48
48
steps :
49
49
- name : Harden Runner
50
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
50
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
51
51
with :
52
52
disable-sudo : true
53
53
egress-policy : block
Original file line number Diff line number Diff line change 16
16
actions : write
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
19
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
Original file line number Diff line number Diff line change 53
53
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
54
54
steps :
55
55
- name : Harden Runner
56
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
56
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
57
57
with :
58
58
disable-sudo : true
59
59
egress-policy : audit
65
65
66
66
# Initializes the CodeQL tools for scanning.
67
67
- name : Initialize CodeQL
68
- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
68
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
69
69
with :
70
70
languages : ${{ matrix.language }}
71
71
build-mode : ${{ matrix.build-mode }}
94
94
exit 1
95
95
96
96
- name : Perform CodeQL Analysis
97
- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
97
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
98
98
with :
99
99
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
20
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : block
Original file line number Diff line number Diff line change 16
16
pull-requests : write
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
19
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
Original file line number Diff line number Diff line change 23
23
pull-requests : write
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
26
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
27
27
with :
28
28
disable-sudo : true
29
29
egress-policy : block
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Harden Runner
25
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
25
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
26
26
with :
27
27
disable-sudo : true
28
28
egress-policy : block
68
68
tox-env : ' py3.10-coverage-upstream'
69
69
steps :
70
70
- name : Harden Runner
71
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
71
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
72
72
with :
73
73
egress-policy : block
74
74
allowed-endpoints : >
@@ -148,7 +148,7 @@ jobs:
148
148
shell : bash -l {0}
149
149
steps :
150
150
- name : Harden Runner
151
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
151
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
152
152
with :
153
153
disable-sudo : true
154
154
egress-policy : block
@@ -172,7 +172,7 @@ jobs:
172
172
run : |
173
173
sed -i 's/climpred >=2.4.0/xesmf/' environment.yml
174
174
- name : Setup Conda (Micromamba) with Python${{ matrix.python-version }}
175
- uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
175
+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
176
176
with :
177
177
cache-downloads : true
178
178
cache-environment : true
@@ -204,7 +204,7 @@ jobs:
204
204
runs-on : ubuntu-latest
205
205
steps :
206
206
- name : Harden Runner
207
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
207
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
208
208
with :
209
209
disable-sudo : true
210
210
egress-policy : block
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
21
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22
22
with :
23
23
disable-sudo : true
24
24
egress-policy : block
Original file line number Diff line number Diff line change 30
30
id-token : write
31
31
steps :
32
32
- name : Harden Runner
33
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
33
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
34
34
with :
35
35
disable-sudo : true
36
36
egress-policy : block
81
81
82
82
# Upload the results to GitHub's code scanning dashboard.
83
83
- name : Upload to code-scanning
84
- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
84
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # 3.29.2
85
85
with :
86
86
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
contents : write
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
20
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
21
21
with :
22
22
egress-policy : audit
23
23
- name : Checkout Repository
24
24
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
persist-credentials : false
27
27
- name : Create Release
28
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # 2.2 .2
28
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # 2.3 .2
29
29
env :
30
30
# This token is provided by Actions, you do not need to create your own token
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Harden Runner
47
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
47
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
48
48
with :
49
49
disable-sudo : true
50
50
egress-policy : block
You can’t perform that action at this time.
0 commit comments