File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 name : autoclose labeled PRs
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 persist-credentials : false
2828 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
Original file line number Diff line number Diff line change 4242 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4343
4444 steps :
45- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
45+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646 with :
4747 fetch-depth : 0
4848 persist-credentials : false
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 name : Post warnings/errors as review
3333 steps :
34- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535 with :
3636 persist-credentials : false
3737
Original file line number Diff line number Diff line change 1111 contents : read
1212
1313 steps :
14- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 with :
1616 fetch-depth : ' 0'
1717 persist-credentials : false
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
32+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333 with :
3434 persist-credentials : false
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
37+ uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
3838 with :
3939 languages : ${{ matrix.language }}
4040
4545 pip install --user -v .
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
48+ uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
Original file line number Diff line number Diff line change 8080 - name : Fix line endings
8181 run : git config --global core.autocrlf input
8282
83- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
83+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8484 with :
8585 fetch-depth : 0
8686 persist-credentials : false
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1 .0
15+ - uses : actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0 .0
1616 with :
1717 sync-labels : true
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : read
1313 steps :
14- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 with :
1616 fetch-depth : 0
1717 persist-credentials : false
2929 contents : read
3030 checks : write
3131 steps :
32- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
32+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333 with :
3434 persist-credentials : false
3535
5959 contents : read
6060 checks : write
6161 steps :
62- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
62+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363 with :
6464 persist-credentials : false
6565
9090 permissions :
9191 contents : read
9292 steps :
93- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
93+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9494 with :
9595 persist-credentials : false
9696
@@ -122,7 +122,7 @@ jobs:
122122 contents : read
123123 checks : write
124124 steps :
125- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
125+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
126126 with :
127127 persist-credentials : false
128128
Original file line number Diff line number Diff line change 1212 contents : read
1313 checks : write
1414 steps :
15- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616 with :
1717 persist-credentials : false
1818
Original file line number Diff line number Diff line change 1313 permissions :
1414 issues : write
1515 steps :
16- - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
16+ - uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
1717 with :
1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 operations-per-run : 300
You can’t perform that action at this time.
0 commit comments