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