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 07d369f commit bed42efCopy full SHA for bed42ef
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Initializes the CodeQL tools for scanning.
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
39
with:
40
languages: ${{ matrix.language }}
41
@@ -44,4 +44,4 @@ jobs:
44
npm run build --if-present
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run Tests
29
run: npm test --if-present
30
- name: Release
31
- uses: cycjimmy/semantic-release-action@v3
+ uses: cycjimmy/semantic-release-action@v4
32
33
dry_run: false
34
extra_plugins: |
0 commit comments