File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
persist-credentials : false
18
18
- uses : actions/setup-python@v3
19
- -
uses :
pre-commit/[email protected]
19
+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
20
20
with :
21
21
extra_args : --all-files --hook-stage manual
22
22
- run : |
51
51
- uses : actions/checkout@v2
52
52
with :
53
53
persist-credentials : false
54
- - uses : msys2/setup-msys2@v2
54
+ - uses : msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # v2
55
55
with :
56
56
msystem : ${{ matrix.msystem }}
57
57
update : true
Original file line number Diff line number Diff line change 45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@v3
48
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
build-mode : ${{ matrix.build-mode }}
62
62
pip install -e .
63
63
64
64
- name : Perform CodeQL Analysis
65
- uses : github/codeql-action/analyze@v3
65
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
66
66
with :
67
67
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 33
33
ref : ${{ inputs.ref }}
34
34
persist-credentials : false
35
35
- name : Build wheels
36
-
36
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
37
37
env :
38
38
CIBW_BUILD : " cp3*-${{ matrix.buildplat }}"
39
39
CIBW_PRERELEASE_PYTHONS : " True"
Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
name : all-dist-${{ github.run_id }}
84
84
path : dist/
85
85
- name : Publish package distributions to TestPyPI
86
- uses : pypa/gh-action-pypi-publish@release/v1
86
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
87
87
with :
88
88
repository-url : https://test.pypi.org/legacy/
89
89
skip-existing : true
90
90
attestations : ${{ env.DRY_RUN }}
91
91
- name : Publish package distributions to PyPI
92
92
if : startsWith(env.DRY_RUN, 'false')
93
- uses : pypa/gh-action-pypi-publish@release/v1
93
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
94
94
95
95
post-publish :
96
96
needs : [publish]
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
with :
19
19
persist-credentials : false
20
20
- name : Setup Rust
21
- uses : actions-rust-lang/setup-rust-toolchain@v1
21
+ uses : actions-rust-lang/setup-rust-toolchain@9d7e65c320fdb52dcd45ffaa68deb6c02c8754d9 # v1
22
22
- name : Get zizmor
23
23
run : cargo install zizmor
24
24
- name : Run zizmor
25
25
run : zizmor --format sarif . > results.sarif
26
26
env :
27
27
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
- name : Upload SARIF file
29
- uses : github/codeql-action/upload-sarif@v3
29
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
30
30
with :
31
31
sarif_file : results.sarif
32
32
category : zizmor
You can’t perform that action at this time.
0 commit comments