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 4d43274 commit 9a5779eCopy full SHA for 9a5779e
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v3
41
with:
42
languages: javascript
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,4 +46,4 @@ jobs:
46
# queries: ./path/to/local/query, your-org/your-repo/queries@main
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v3
.github/workflows/validate-action-typings.yml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: "ubuntu-latest"
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: krzema12/github-actions-typing@v0
+ - uses: krzema12/github-actions-typing@v2
0 commit comments