File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,24 +18,24 @@ jobs:
1818 - name : generate app token
1919 if : ${{ github.event.pull_request.head.repo.fork == false }}
2020 id : app-token
21- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12 .0
21+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
2222 with :
2323 app-id : 3189942
2424 private-key : ${{ secrets.POWER_PLATFORM_SKILLS_APP_PRIVATE_KEY }}
2525
2626 - name : checkout (non-fork)
2727 if : ${{ github.event.pull_request.head.repo.fork == false }}
28- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 with :
3030 ref : ${{ github.head_ref }}
3131 token : ${{ steps.app-token.outputs.token }}
3232
3333 - name : checkout (fork)
3434 if : ${{ github.event.pull_request.head.repo.fork == true }}
35- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
35+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
3737 - name : setup-node
38- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
38+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
3939 with :
4040 node-version : 20
4141
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 fi
5050
5151 - name : checkout repository
52- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
52+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353
5454 - name : checkout github-repo-stats action
55- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
55+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5656 with :
5757 repository : jgehrcke/github-repo-stats
5858 ref : RELEASE
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 - 22
4848 steps :
4949 - name : checkout
50- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
50+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
5252 - name : setup-node
53- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
53+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
5454 with :
5555 node-version : ${{ matrix.node }}
5656
@@ -74,10 +74,10 @@ jobs:
7474 POWER_PLATFORM_SKILLS_TELEMETRY_MODEL_APPS_OPTOUT : " 1"
7575 steps :
7676 - name : checkout
77- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
77+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7878
7979 - name : setup-node
80- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
80+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
8181 with :
8282 node-version : 20
8383
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 POWER_PLATFORM_SKILLS_TELEMETRY_POWER_PAGES_OPTOUT : " 1"
2626 steps :
2727 - name : checkout
28- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929
3030 - name : setup-node
31- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
31+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
3232 with :
3333 node-version : 20
3434
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - macos-latest
3434 steps :
3535 - name : checkout
36- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
3838 - name : setup-node
39- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
39+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4040 with :
4141 node-version : 20
4242
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : checkout
15- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
15+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
1717 - name : setup-node
18- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
18+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
1919 with :
2020 node-version : 20
2121
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 POWER_PLATFORM_SKILLS_TELEMETRY_POWER_PAGES_OPTOUT : " 1"
1313 steps :
1414 - name : checkout
15- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
15+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
1717 - name : setup-node
18- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
18+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
1919 with :
2020 node-version : 20
2121
You can’t perform that action at this time.
0 commit comments