File tree Expand file tree Collapse file tree 4 files changed +12
-30
lines changed
Expand file tree Collapse file tree 4 files changed +12
-30
lines changed Original file line number Diff line number Diff line change 11name : Publish Policies
2-
32on :
43 workflow_dispatch :
54 push :
65 branches : ['main']
7-
86jobs :
97 publish :
108 runs-on : ubuntu-latest
119 permissions :
1210 contents : read
1311 packages : write
14-
1512 steps :
1613 - name : Checkout repository
17- uses : actions/checkout@v4
18-
14+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1915 - name : Setup updatecli
20- uses : updatecli/updatecli-action@v2
21-
16+ uses : updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5 # v2
2217 - name : Log in to the Container registry
2318 uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2419 with :
2520 registry : ghcr.io
2621 username : ${{ github.actor }}
2722 password : ${{ secrets.GITHUB_TOKEN }}
28-
2923 - name : Publish
3024 run : make release
31-
Original file line number Diff line number Diff line change 11name : Test Typos
22on : [pull_request]
3-
43jobs :
54 run :
65 name : Spell Check with Typos
76 runs-on : ubuntu-latest
87 steps :
9- - name : Checkout Actions Repository
10- uses : actions/checkout@v4
11-
12- - name : Check spelling of file.txt
13- uses : crate-ci/typos@master
14-
8+ - name : Checkout Actions Repository
9+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10+ - name : Check spelling of file.txt
11+ uses : crate-ci/typos@badbd805a3642af4d80951fc1f7b853247c45361 # renovate/stable-1.x
Original file line number Diff line number Diff line change 1515 - name : " Checkout"
1616 uses : " actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
1717 - name : " Setup updatecli"
18- uses : " updatecli/updatecli-action@v2 " # v2
19- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
18+ uses : " updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5 " # v2
19+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2020 id : generate_token
2121 if : github.ref == 'refs/heads/main'
2222 with :
Original file line number Diff line number Diff line change 11name : Validate Policies
2-
32on :
43 workflow_dispatch :
54 pull_request :
65 push :
7-
86jobs :
97 validate :
108 runs-on : ubuntu-latest
119 permissions :
1210 contents : read
13-
1411 steps :
1512 - name : Checkout repository
16- uses : actions/checkout@v4
17-
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1814 - name : Setup updatecli
19- uses : updatecli/updatecli-action@v2
20-
15+ uses : updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5 # v2
2116 - name : Setup releasepost
22- uses : updatecli/releasepost-action@v0.1.0
23-
17+ uses : updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643 # v0.5.0
2418 - name : Validate
2519 run : make test
26-
27- - uses : tibdex/github-app-token@v2.1
20+ - uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
2821 # Only run e2e tests from the main branch as we need some credentials
2922 # that we don't want to risk leaking from pullrequest opened by random contributors
3023 if : github.ref == 'refs/heads/main'
3124 id : generate_testing_token
3225 with :
3326 app_id : ${{ secrets.UPDATECLIBOT_TESTING_APP_ID }}
3427 private_key : ${{ secrets.UPDATECLIBOT_TESTING_APP_PRIVKEY }}
35-
3628 - name : e2e tests
3729 # Only run e2e tests from the main branch as we need some credentials
3830 # that we don't want to risk leaking from pullrequest opened by random contributors
You can’t perform that action at this time.
0 commit comments