File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 build :
16- uses : miracum/.github/.github/workflows/standard-build.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
16+ uses : miracum/.github/.github/workflows/standard-build.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
1717 permissions :
1818 contents : write
1919 id-token : write
2828 github-token : ${{ secrets.GITHUB_TOKEN }}
2929
3030 lint :
31- uses : miracum/.github/.github/workflows/standard-lint.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
31+ uses : miracum/.github/.github/workflows/standard-lint.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
3232 permissions :
3333 contents : read
3434 pull-requests : write
4343 github-token : ${{ secrets.GITHUB_TOKEN }}
4444
4545 release :
46- uses : miracum/.github/.github/workflows/standard-release.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
46+ uses : miracum/.github/.github/workflows/standard-release.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
4747 needs :
4848 - build
4949 permissions :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 schedule :
14- uses : miracum/.github/.github/workflows/standard-schedule.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
14+ uses : miracum/.github/.github/workflows/standard-schedule.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
1515 permissions :
1616 contents : read
1717 issues : write
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : " Checkout code"
36- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737 with :
3838 persist-credentials : false
3939
6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
71+ uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments