Skip to content

Commit

Permalink
Merge branch 'main' into 32831-multi_project
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe authored Sep 5, 2023
2 parents 2205643 + 103cd77 commit 3b7da48
Show file tree
Hide file tree
Showing 8 changed files with 2,265 additions and 2,310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'Build dist after push to main') }}
steps:
- name: Setup git config
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.TIOBE_TOKEN }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'Build dist after push to main') }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Jest
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tics-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
TICSQServer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tics-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
TICS:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
- run: npm ci
Expand Down
Loading

0 comments on commit 3b7da48

Please sign in to comment.