File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 steps :
2222 - name : Get current PR
2323 id : pr
24- uses : 8BitJonny/gh-get-current-pr@4.0.0
24+ uses : 8BitJonny/gh-get-current-pr@4056877062a1f3b624d5d4c2bedefa9cf51435c9 # 4.0.0
2525 with :
2626 filterOutClosed : true
2727 filterOutDraft : true
2828 release_semantic_dry :
2929 needs : prepare_jobs
3030 name : Release (semantic, dry)
31- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.7.0
31+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
3232 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3333 permissions :
3434 contents : write
3838 DRY_RUN : true
3939 build :
4040 name : Build
41- uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.7.0
41+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
4242 needs : release_semantic_dry
4343 permissions :
4444 packages : write
@@ -51,15 +51,15 @@ jobs:
5151 release_semantic :
5252 needs : build
5353 name : Release (semantic)
54- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.7.0
54+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
5555 permissions :
5656 contents : write
5757 secrets :
5858 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5959 deploy :
6060 needs : build
6161 name : Deploy
62- uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.7.0
62+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
6363 permissions :
6464 contents : read
6565 deployments : write
Original file line number Diff line number Diff line change 1111jobs :
1212 release-schedule :
1313 name : " Release: Scheduled"
14- uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.7.0
14+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
1515 secrets :
1616 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717 with :
You can’t perform that action at this time.
0 commit comments