Skip to content

Commit

Permalink
Merge branch 'develop' into 3354-update-modified-dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee committed Apr 26, 2023
2 parents 05ca479 + 4f10d5f commit 8fa4319
Show file tree
Hide file tree
Showing 14 changed files with 361 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
body-includes: "You can access the deployment of this PR at"
- name: Create comment pre deploy
if: steps.findcomment.outputs.comment-id == 0
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cheatsheet.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_shacl.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
finalize-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/test_deploy.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Install dependencies
uses: ./.github/actions/install-linux
with:
Expand All @@ -65,7 +65,7 @@ jobs:
docs-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Install dependencies
uses: ./.github/actions/install-linux
- name: Test docs
Expand All @@ -77,7 +77,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
test-distro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -109,7 +109,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -414,7 +414,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -494,7 +494,7 @@ jobs:
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
test-macos-service,
]
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Build images
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Set up environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
test-linux-integration-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Install dependencies
Expand Down

0 comments on commit 8fa4319

Please sign in to comment.