Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/stack/gear/turing/ansible-lin…
Browse files Browse the repository at this point in the history
…t-24.2.0
  • Loading branch information
pavetok authored Feb 17, 2024
2 parents 6255843 + fdf5bdd commit f3e6420
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
-e devenv=${{ matrix.env.dev }}
-e purpose=${{ matrix.purpose }}
-e opsenv=${{ matrix.env.ops }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
path: stack/solution/target/image-context
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand All @@ -168,7 +168,7 @@ jobs:
-e opsenv=${{ matrix.env.ops }}
-e reminder=${{ matrix.shard }}
-e modulus=2
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: ${{ !cancelled() }}
with:
name: e2e-test-report-${{ matrix.shard }}-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
permissions:
checks: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: artifacts
- uses: mikepenz/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/convincing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
require_tests: "${{ steps.images.outcome == 'failure' }}"
fail_on_failure: false
job_summary: false
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: ${{ !cancelled() }}
with:
name: test-coverage-report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: orgbot
uses: actions/create-github-app-token@v1.7.0
uses: actions/create-github-app-token@v1.8.0
with:
app-id: ${{ secrets.ORGBOT_APP_ID }}
private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
token: ${{ steps.orgbot.outputs.token }}
persist-credentials: false
- uses: AndreasAugustin/actions-template-sync@v1.4.0
- uses: AndreasAugustin/actions-template-sync@v1.5.0
with:
pr_title: Syncing with template
source_repo_path: smecalculus/bezmen
Expand Down
2 changes: 1 addition & 1 deletion libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-bom</artifactId>
<version>12.0.5</version>
<version>12.0.6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions stack/gear/church/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible-core==2.16.2
ansible-core==2.16.3
ansible-lint==6.22.1
yamllint==1.33.0
yamllint==1.35.1
4 changes: 2 additions & 2 deletions stack/gear/turing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible-core==2.15.8
ansible-core==2.15.9
ansible-lint==24.2.0
yamllint==1.33.0
yamllint==1.33.1
6 changes: 3 additions & 3 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>3.25.2</version>
<version>3.25.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<version>1.14.12</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit f3e6420

Please sign in to comment.