File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@master
12
- - uses : gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154
12
+ - uses : gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d
13
13
with :
14
14
use-quiet-mode : " yes"
15
15
check-modified-files-only : " yes"
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@master
13
- - uses : gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154
13
+ - uses : gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d
14
14
with :
15
15
use-quiet-mode : " yes"
16
16
Original file line number Diff line number Diff line change 44
44
build
45
45
--sdist --wheel --outdir dist/ .
46
46
- name : Publish distribution to PyPI
47
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
47
+ uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
48
48
with :
49
49
password : ${{ secrets.PYPI_API_TOKEN }}
50
50
packages_dir : dist/
Original file line number Diff line number Diff line change 27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
30
+ uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
53
+ uses : github/codeql-action/upload-sarif@8b7fcbfac2aae0e6c24d9f9ebd5830b1290b18e4 # v2.23.0
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments