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@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
16+ uses : miracum/.github/.github/workflows/standard-build.yaml@4a5ed0cb8f87fe5197b33c2619b3431786e9b6a5 # v1.19.2
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@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
31+ uses : miracum/.github/.github/workflows/standard-lint.yaml@4a5ed0cb8f87fe5197b33c2619b3431786e9b6a5 # v1.19.2
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@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
46+ uses : miracum/.github/.github/workflows/standard-release.yaml@4a5ed0cb8f87fe5197b33c2619b3431786e9b6a5 # v1.19.2
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@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
14+ uses : miracum/.github/.github/workflows/standard-schedule.yaml@4a5ed0cb8f87fe5197b33c2619b3431786e9b6a5 # v1.19.2
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
71+ uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments