File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 echo "to=$to" >> "$GITHUB_OUTPUT"
5353
5454 - name : Check out repo with full history
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
55+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
5656 with :
5757 fetch-depth : 0
5858
Original file line number Diff line number Diff line change 2323 - authplane-fastmcp
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
26+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2727
2828 # AuthPlane/conformance is the public sibling repo carrying the shared
2929 # oauth-sdk-conformance-catalog.yaml. Cloned to $RUNNER_TEMP — outside
3737 git clone --depth 1 https://github.com/AuthPlane/conformance.git "$RUNNER_TEMP/conformance"
3838
3939 - name : Setup Python
40- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
40+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343
Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
43+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4444
4545 # build-mode: none — CodeQL analyzes Python sources directly, no
4646 # compilation step required.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
48+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
4949 with :
5050 languages : python
5151 build-mode : none
5252 queries : security-extended
5353
5454 - name : Perform CodeQL analysis
55- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
55+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
5656 with :
5757 category : " /language:python"
Original file line number Diff line number Diff line change 9090 } >> "$GITHUB_OUTPUT"
9191
9292 - name : Check out default branch with full history and tags
93- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
93+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
9494 with :
9595 ref : ${{ github.event.repository.default_branch }}
9696 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 pull-requests : write
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
18+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
1919 - name : Dependency review
2020 continue-on-error : true
21- uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9 .0
21+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0 .0
2222 with :
2323 # MPL-2.0 is safe only as a transitive dependency — do not vendor or
2424 # fork MPL-licensed source without re-evaluating the obligations.
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 id-token : write # required for PyPI OIDC (trusted publishing)
3434 steps :
3535 - name : Check out the tagged commit
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3737 with :
3838 # Full history so hatch-vcs sees the tag ancestry.
3939 fetch-depth : 0
4040 ref : ${{ github.ref }}
4141
4242 - name : Set up Python 3.11
43- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
43+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4444 with :
4545 python-version : " 3.11"
4646
@@ -101,19 +101,19 @@ jobs:
101101 retention-days : 30
102102
103103 - name : Publish authplane-sdk to PyPI
104- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
104+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
105105 with :
106106 packages-dir : dist/
107107 skip-existing : true
108108
109109 - name : Publish authplane-mcp to PyPI
110- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
110+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
111111 with :
112112 packages-dir : authplane-mcp/dist/
113113 skip-existing : true
114114
115115 - name : Publish authplane-fastmcp to PyPI
116- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
116+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
117117 with :
118118 packages-dir : authplane-fastmcp/dist/
119119 skip-existing : true
Original file line number Diff line number Diff line change 8282 private-key : ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
8383
8484 - name : Check out repo with full history and all tags
85- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
85+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
8686 with :
8787 fetch-depth : 0
8888 ref : ${{ github.ref }}
9999 git clone --depth 1 https://github.com/AuthPlane/conformance.git "$RUNNER_TEMP/conformance"
100100
101101 - name : Set up Python 3.11
102- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
102+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
103103 with :
104104 python-version : ' 3.11'
105105
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
37+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3838 with :
3939 persist-credentials : false
4040
4141 - name : Run analysis
42- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
42+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
4343 with :
4444 results_file : results.sarif
4545 results_format : sarif
5353 retention-days : 5
5454
5555 - name : Upload to code-scanning
56- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
56+ uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 - authplane-fastmcp
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
42+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4343
4444 - name : Setup Python
45- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
45+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4646 with :
4747 python-version : " 3.12"
4848
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Mark stale issues and PRs
19- uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
19+ uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
2020 with :
2121 days-before-issue-stale : 60
2222 days-before-issue-close : 30
You can’t perform that action at this time.
0 commit comments