File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Generate GitHub App token
3030 id : app-token
31- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
31+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3232 with :
3333 app-id : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
3434 private-key : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 5555 steps :
5656 - name : Generate token
5757 id : create-app-token
58- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
58+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5959 with :
6060 app-id : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
6161 private-key : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
6666 # Read/update pull request metadata and labels.
6767 permission-pull-requests : write
6868 - name : Migrate
69- uses : frequenz-floss/gh-action-dependabot-migrate@45994e185a9040449304a470e8f02d0e197873b4 # v1.1 .1
69+ uses : frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2 .1
7070 with :
7171 migration-script : |
7272 import os
Original file line number Diff line number Diff line change 3434 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
3535
3636 - name : Fetch sources
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 submodules : true
4040
Original file line number Diff line number Diff line change 8383 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
8484
8585 - name : Fetch sources
86- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
86+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8787 with :
8888 submodules : true
8989
@@ -181,7 +181,7 @@ jobs:
181181 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
182182
183183 - name : Fetch sources
184- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
185185 with :
186186 submodules : true
187187
@@ -221,7 +221,7 @@ jobs:
221221 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
222222
223223 - name : Fetch sources
224- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
225225 with :
226226 submodules : true
227227
Original file line number Diff line number Diff line change 2020 # only use hashes to pick the action to execute (instead of tags or branches).
2121 # For more details read:
2222 # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
23- uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # 6.0.1
23+ uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # 6.1.0
2424 with :
2525 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2626 dot : true
Original file line number Diff line number Diff line change 4545 steps :
4646 - name : Generate token
4747 id : create-app-token
48- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
48+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4949 with :
5050 app-id : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
5151 private-key : ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
5858 # Allow pushes when migration changes workflow files.
5959 permission-workflows : write
6060 - name : Migrate
61- uses : frequenz-floss/gh-action-dependabot-migrate@45994e185a9040449304a470e8f02d0e197873b4 # v1.1 .1
61+ uses : frequenz-floss/gh-action-dependabot-migrate@eb100d3cf732b4808a7776eee8f303521efd494b # v1.2 .1
6262 with :
6363 script-url-template : >-
6464 https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py
You can’t perform that action at this time.
0 commit comments