File tree Expand file tree Collapse file tree 12 files changed +20
-20
lines changed
Expand file tree Collapse file tree 12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2424 audit :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2828 - name : Setup
2929 uses : ./tools/github-actions/setup
3030 - name : Audit
Original file line number Diff line number Diff line change 2121 actions : write
2222 contents : read
2323 steps :
24- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
24+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2525 - name : Clean Branch Cache
2626 if : inputs.branch || github.event.ref_type == 'branch'
2727 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 continue-on-error : true
3131 steps :
32- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
32+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3333 - uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
3434 with :
3535 base-branch : ' main'
4545 env :
4646 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
4747 steps :
48- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
48+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4949 with :
5050 fetch-depth : ${{ inputs.affected && '0' || '1' }}
5151 - name : Setup
8686 env :
8787 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
8888 steps :
89- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
89+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9090 with :
9191 fetch-depth : ${{ inputs.affected && '0' || '1' }}
9292 - name : Setup
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
49+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3131 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
34+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3535 - uses : ./tools/github-actions/setup
3636 - name : build
3737 run : yarn nx build showcase
Original file line number Diff line number Diff line change 3535 build :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
38+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3939 - uses : ./tools/github-actions/setup
4040 - name : Generate doc
4141 run : yarn doc:generate
6060 name : azure-static-webapp
6161 url : ${{ steps.deploy.outputs.static_web_app_url }}
6262 steps :
63- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
63+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6464 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
6565 with :
6666 name : ${{ inputs.artifactName }}
Original file line number Diff line number Diff line change 2525 env :
2626 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2727 steps :
28- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
28+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2929 - uses : ./tools/github-actions/download-build-output
3030 - uses : ./tools/github-actions/setup
3131 - run : yarn playwright install
Original file line number Diff line number Diff line change 2525 env :
2626 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2727 steps :
28- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
28+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2929 - uses : ./tools/github-actions/download-build-output
3030 - uses : ./tools/github-actions/setup
3131 - name : Setup verdaccio once for all tests
6262 ENFORCED_PACKAGE_MANAGER : ${{ matrix.packageManager }}
6363 PREPARE_TEST_ENV_TYPE : ${{ matrix.testEnvironment }}
6464 steps :
65- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
65+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6666 - uses : ./tools/github-actions/download-build-output
6767 - uses : ./tools/github-actions/setup
6868 - shell : bash
Original file line number Diff line number Diff line change 2626 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2727 NX_SKIP_NX_CACHE : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') }}
2828 steps :
29- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
29+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3030 - uses : ./tools/github-actions/setup
3131 - uses : ./.github/actions/setup-java
3232 with :
4444 nextVersionTag : ${{ steps.newVersion.outputs.nextVersionTag }}
4545 isPreRelease : ${{ contains( steps.newVersion.outputs.nextVersionTag, '-' ) || github.event_name == 'pull_request' || github.event_name == 'merge_group'}}
4646 steps :
47- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
47+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4848 - uses : ./tools/github-actions/setup
4949 - name : New Version
5050 if : github.event_name != 'merge_group'
Original file line number Diff line number Diff line change 1010 markdown-link-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
13+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1414 - uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
1515 with :
1616 use-quiet-mode : ' yes'
2121 needs : [markdown-link-check]
2222 if : failure()
2323 steps :
24- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
24+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2525 - name : Create an issue
2626 uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
2727 env :
You can’t perform that action at this time.
0 commit comments