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 8483f60 commit f69b361Copy full SHA for f69b361
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/pr-to-typescript.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: npm run build
18
- run: npm test
19
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
with:
22
repository: "microsoft/TypeScript"
23
path: "TypeScript"
0 commit comments