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 00848d0 commit 0c4d807Copy full SHA for 0c4d807
.github/workflows/build-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
MOZ_HEADLESS: 1
13
steps:
14
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15
- uses: actions/setup-node@v6
16
with:
17
node-version: "15"
@@ -33,7 +33,7 @@ jobs:
33
needs: build
34
if: github.ref == 'refs/heads/main'
35
36
37
38
# Use our own token instead of the default token
39
# this step persists login credentials so strongly that we couldn't get them to override
0 commit comments