File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@53643b5d3c785e94d5d6a1c4119a15d4a3970e26 # v1.16.28
16+ uses : miracum/.github/.github/workflows/standard-build.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
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@53643b5d3c785e94d5d6a1c4119a15d4a3970e26 # v1.16.28
31+ uses : miracum/.github/.github/workflows/standard-lint.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
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@53643b5d3c785e94d5d6a1c4119a15d4a3970e26 # v1.16.28
46+ uses : miracum/.github/.github/workflows/standard-release.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
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@53643b5d3c785e94d5d6a1c4119a15d4a3970e26 # v1.16.28
14+ uses : miracum/.github/.github/workflows/standard-schedule.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
1515 permissions :
1616 contents : read
1717 issues : write
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
71+ uses : github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments