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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
16+ uses : miracum/.github/.github/workflows/standard-build.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
31+ uses : miracum/.github/.github/workflows/standard-lint.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
46+ uses : miracum/.github/.github/workflows/standard-release.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
14+ uses : miracum/.github/.github/workflows/standard-schedule.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
71+ uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments