⬆️ Update actions/create-github-app-token ( v1 → v2 )

| datasource  | package                         | from | to |
| ----------- | ------------------------------- | ---- | -- |
| github-tags | actions/create-github-app-token | v1   | v2 |
This commit is contained in:
feisar-bot[bot]
2025-04-03 19:16:14 +00:00
committed by auricom
parent 2b7397a323
commit 57d45d0665
6 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -21,7 +21,7 @@ jobs:
matrix: ${{ steps.extract-images.outputs.images }} matrix: ${{ steps.extract-images.outputs.images }}
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -16,7 +16,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Generate Token - name: Generate Token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@064492a9a1762067169d50c792a7dc02bc3d1254 # v2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"