File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ 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 build :
2929 needs : prepare_jobs
3030 name : dargstack rgen
31- uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.7.0
31+ uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
3232 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3333 with :
3434 APT_PACKAGES : mkcert
3535 release-semantic :
3636 needs : build
3737 name : Semantic Release
38- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.7.0
38+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7.0
3939 permissions :
4040 contents : write
4141 secrets :
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