Skip to content

Commit fad95fb

Browse files
chore(deps): update actions/create-github-app-token action to v3.1.1 (#4865)
- `actions/create-github-app-token`: v3.0.0 → v3.1.1
1 parent f603586 commit fad95fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
config: .syft.yaml
8383
fail_build: 'true' # Fail job if critical vulnerabilities are detected
8484

85-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
85+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
8686
id: github-app-token
8787
with:
8888
app-id: ${{ secrets.APP_ID }}

.github/workflows/sync-kuma-oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo '=========='
6666
echo 'Diff:'
6767
git -C packages/kuma-http-api --no-pager diff --unified=0
68-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
68+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6969
if: ${{ github.event_name != 'pull_request' }}
7070
id: github-app-token
7171
with:

.github/workflows/sync-with-kumahq-kuma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Not during testing only hence not on a PR event
4444
if: ${{ github.event_name != 'pull_request' }}
4545
id: github-app-token
46-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
46+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4747
with:
4848
app-id: ${{ secrets.APP_ID }}
4949
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)