File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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@46e442156b8161bfd0913357c7a411e0e610d2ad
12
+ - uses : gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154
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@46e442156b8161bfd0913357c7a411e0e610d2ad
13
+ - uses : gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154
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@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
47
+ uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
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 22
22
id-token : write
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
26
with :
27
27
persist-credentials : false
28
28
@@ -42,14 +42,14 @@ jobs:
42
42
43
43
# Upload the results as artifacts (optional).
44
44
- name : " Upload artifact"
45
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
45
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
49
49
retention-days : 5
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@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
53
+ uses : github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments