File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
28
28
steps :
29
29
- name : Harden Runner
30
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
30
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31
31
with :
32
32
egress-policy : audit
33
33
34
34
- name : Checkout repository
35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
38
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
43
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
44
44
with :
45
45
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
26
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
27
27
with :
28
28
egress-policy : audit
29
29
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Harden Runner
81
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
81
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
82
82
with :
83
83
egress-policy : audit
84
84
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Harden Runner
12
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
12
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
13
13
with :
14
14
egress-policy : audit
15
15
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
27
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
28
28
with :
29
29
egress-policy : audit
30
30
53
53
retention-days : 5
54
54
55
55
- name : " Upload to code-scanning dashboard"
56
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
56
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
21
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22
22
with :
23
23
egress-policy : audit
24
24
29
29
30
30
- name : Python Semantic Release
31
31
id : release
32
- uses : python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10.1 .0
32
+ uses : python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.2 .0
33
33
with :
34
34
git_committer_email : " shell-logger-semantic-release@sandia.gov"
35
35
git_committer_name : " semantic-release"
42
42
if : steps.release.outputs.released == 'true'
43
43
44
44
- name : Publish to GitHub Releases
45
- uses : python-semantic-release/publish-action@ca88900e4d435c6645d47e5f1e7f108e94c77f05 # v10.1 .0
45
+ uses : python-semantic-release/publish-action@b717f67f7e7e9f709357bce5a542846503ce46ec # v10.2 .0
46
46
if : steps.release.outputs.released == 'true'
47
47
with :
48
48
github_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments