We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8127e commit 30b86c0Copy full SHA for 30b86c0
2 files changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
id-token: write
18
steps:
19
- - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
+ - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
20
id: app-token
21
with:
22
client-id: ${{ secrets.APP_ID }}
.github/workflows/update-builtins.yml
@@ -22,7 +22,7 @@ jobs:
name: Update Node.js Built-in Modules
23
runs-on: ubuntu-latest
24
25
26
27
28
0 commit comments