Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
# priprav prostredi
- name: ☁️ Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: 🔧 Setup node
uses: actions/setup-node@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
# priprav prostredi
- name: ☁️ Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# pro PR checkoutni commit z PR branch místo merge commitu
ref: ${{ github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
pipenv run coverage report
pipenv run coverage xml
- name: ☁️ Upload code coverage
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
Expand Down
Loading