Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/package-development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Build and Test
runs-on: ubuntu-24.04
container:
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,14 +39,14 @@ jobs:
ref: ${{ inputs.ref != '' && inputs.ref || github.ref }}

- name: Login to required registries
uses: simatic-ax/actions/apax-login@v3
uses: simatic-ax/actions/apax-login@v4
with:
apax-token: ${{ secrets.APAX_TOKEN }}
registries: |
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
uses: simatic-ax/actions/apax-install@v3
uses: simatic-ax/actions/apax-install@v4
with:
immutable: true

Expand All @@ -61,7 +61,7 @@ jobs:
# --log Debug

- name: Test source code
uses: simatic-ax/actions/apax-test@v3
uses: simatic-ax/actions/apax-test@v4
with:
coverage: true
loglevel: debug
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/package-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: call-development
runs-on: ubuntu-24.04
container:
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -49,24 +49,25 @@ jobs:
# path: bin

- name: Version package
uses: simatic-ax/actions/apax-version@v3
uses: simatic-ax/actions/apax-version@v4
with:
version: ${{ github.event.release.tag_name }}

- name: Package source code
uses: simatic-ax/actions/apax-pack@v3
uses: simatic-ax/actions/apax-pack@v4
with:
key: ${{ secrets.APAX_SIGNKEY_V2 }}
key-version: "v2"

- name: Login to required registries
uses: simatic-ax/actions/apax-login@v3
uses: simatic-ax/actions/apax-login@v4
with:
apax-token: ${{ secrets.APAX_TOKEN }}
registries: |
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}

- name: Publish apax package
uses: simatic-ax/actions/apax-publish@v3
uses: simatic-ax/actions/apax-publish@v4
with:
registries: |
https://npm.pkg.github.com
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
[Tt]est[Rr]esult*/
*.tgz
*.tracerec.json
obj/
obj/
/.vs
6 changes: 3 additions & 3 deletions apax-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"name": "@simatic-ax/mocks",
"version": "0.1.3",
"dependencies": {
"@ax/system-timer": "^10.0.24"
"@ax/system-timer": "^10.2.7"
},
"devDependencies": {
"@ax/sdk": "^2510.0.0",
"@simatic-ax/snippetscollection": "^1.0.0",
"@ax/axunit-mocking": "^8.0.33"
"@simatic-ax/snippetscollection": "^1.1.0",
"@ax/axunit-mocking": "^8.4.20"
},
"catalogs": {
"@ax/simatic-ax": "^2510.0.0"
Expand Down
17 changes: 10 additions & 7 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@ targets:
- 'llvm'
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'

# Dependencies
publicKeys:
"@simatic-ax":
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"
catalogs:
"@ax/simatic-ax": ^2510.0.0
devDependencies:
"@ax/sdk": ^2510.0.0
"@simatic-ax/snippetscollection": ^1.0.0
"@ax/axunit-mocking": ^8.0.33
"@simatic-ax/snippetscollection": ^1.1.0
"@ax/axunit-mocking": ^8.4.20
dependencies:
"@ax/system-timer": ^10.0.24

"@ax/system-timer": ^10.2.7
files:
- 'README.md'
- 'LICENSE.md'
- 'docs'
- 'src'
catalogs:
"@ax/simatic-ax": ^2510.0.0