We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d591ff5 commit 5414df3Copy full SHA for 5414df3
.github/actions/bot/action.yaml
@@ -3,11 +3,11 @@ description: "🤖 beep boop"
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
7
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
8
with:
9
script: |
10
const crypto = require('crypto');
11
const uuid = crypto.randomUUID();
12
const bot = require('./.github/actions/bot/index.js');
13
- await bot(core, github, context, uuid);
+ await bot(core, github, context, uuid);
0 commit comments