File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@v3
58
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
build-mode : none
71
71
pip install -e .
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@v3
74
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
75
75
with :
76
76
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ jobs:
79
79
name : all-dist-${{ github.run_id }}
80
80
path : dist/
81
81
- name : Publish package distributions to TestPyPI
82
- uses : pypa/gh-action-pypi-publish@release/v1
82
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
83
83
with :
84
84
repository-url : https://test.pypi.org/legacy/
85
85
skip-existing : true
86
86
attestations : ${{ env.DRY_RUN }}
87
87
- name : Publish package distributions to PyPI
88
88
if : startsWith(env.DRY_RUN, 'false')
89
- uses : pypa/gh-action-pypi-publish@release/v1
89
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
90
90
91
91
post-publish :
92
92
needs : [publish]
Original file line number Diff line number Diff line change 83
83
- name : Run linkcheck
84
84
run : tox -m linkcheck
85
85
- name : Start MongoDB
86
- uses :
supercharge/[email protected]
86
+ uses : supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
87
87
with :
88
88
mongodb-version : 5.0
89
89
- name : Run doctest
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