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@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
16+ uses : miracum/.github/.github/workflows/standard-build.yaml@e80245abb031a27f87d0e07eeb6f5f54a82a46b8 # v1.20.4
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@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
31+ uses : miracum/.github/.github/workflows/standard-lint.yaml@e80245abb031a27f87d0e07eeb6f5f54a82a46b8 # v1.20.4
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@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
46+ uses : miracum/.github/.github/workflows/standard-release.yaml@e80245abb031a27f87d0e07eeb6f5f54a82a46b8 # v1.20.4
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@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
14+ uses : miracum/.github/.github/workflows/standard-schedule.yaml@e80245abb031a27f87d0e07eeb6f5f54a82a46b8 # v1.20.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
71+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments