Skip to content

Commit bed42ef

Browse files
author
Aleksander Wolak
committed
further fixes
1 parent 07d369f commit bed42ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v2
38+
uses: github/codeql-action/init@v3
3939
with:
4040
languages: ${{ matrix.language }}
4141

@@ -44,4 +44,4 @@ jobs:
4444
npm run build --if-present
4545
4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run Tests
2929
run: npm test --if-present
3030
- name: Release
31-
uses: cycjimmy/semantic-release-action@v3
31+
uses: cycjimmy/semantic-release-action@v4
3232
with:
3333
dry_run: false
3434
extra_plugins: |

0 commit comments

Comments
 (0)