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 c01f45f commit c8384beCopy full SHA for c8384be
.github/workflows/copilot-setup-steps.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
# Checkout full repo for git history.
27
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
with:
29
persist-credentials: false
30
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
contents: write
22
id-token: write
23
fetch-depth: 0
token: ${{ secrets.OXC_BOT_PAT }}
0 commit comments