File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 12
12
issues : write
13
13
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
with :
17
17
persist-credentials : false
18
18
Original file line number Diff line number Diff line change 31
31
- { py: "3.13", os: "macos-latest" }
32
32
runs-on : ${{ matrix.conf.os }}
33
33
steps :
34
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
35
with :
36
36
persist-credentials : false
37
37
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
119
119
steps :
120
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
121
121
with :
122
122
persist-credentials : false
123
123
Original file line number Diff line number Diff line change 13
13
conformance :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
with :
18
18
persist-credentials : false
19
19
Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
with :
16
16
persist-credentials : false
17
17
Original file line number Diff line number Diff line change 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
with :
17
17
persist-credentials : false
18
18
31
31
check-readme :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
35
with :
36
36
persist-credentials : false
37
37
52
52
licenses :
53
53
runs-on : ubuntu-latest
54
54
steps :
55
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56
56
with :
57
57
persist-credentials : false
58
58
68
68
x509-testcases :
69
69
runs-on : ubuntu-latest
70
70
steps :
71
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72
72
with :
73
73
persist-credentials : false
74
74
Original file line number Diff line number Diff line change 30
30
sigstore-pin-requirements-branch : ${{ steps.get-branch.outputs.sigstore-pin-requirements-branch }}
31
31
32
32
steps :
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
with :
35
35
ref : main
36
36
# NOTE: Needed for `git describe` below.
@@ -120,7 +120,7 @@ jobs:
120
120
SIGSTORE_PIN_REQUIREMENTS_BRANCH : ${{ needs.update-pinned-requirements.outputs.sigstore-pin-requirements-branch }}
121
121
122
122
steps :
123
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124
124
with :
125
125
ref : ${{ env.SIGSTORE_PIN_REQUIREMENTS_BRANCH }}
126
126
# NOTE: Needed to push back to the repo.
Original file line number Diff line number Diff line change 14
14
permissions :
15
15
id-token : write
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
with :
19
19
persist-credentials : false
20
20
Original file line number Diff line number Diff line change 33
33
run : |
34
34
echo "SIGSTORE_REF=${GITHUB_REF}" >> "${GITHUB_ENV}"
35
35
36
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37
37
with :
38
38
ref : ${{ env.SIGSTORE_REF }}
39
39
persist-credentials : false
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
steps :
26
26
- name : " Checkout code"
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
with :
29
29
persist-credentials : false
30
30
52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
55
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
56
56
with :
57
57
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
# Needed to create an issue, on failure.
20
20
issues : write
21
21
steps :
22
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
23
with :
24
24
persist-credentials : false
25
25
You can’t perform that action at this time.
0 commit comments